Makefile 193 B

1234567891011
  1. #
  2. # Makefile for the kernel MemoryStick device drivers.
  3. #
  4. ifeq ($(CONFIG_MEMSTICK_DEBUG),y)
  5. EXTRA_CFLAGS += -DDEBUG
  6. endif
  7. obj-$(CONFIG_MEMSTICK) += core/
  8. obj-$(CONFIG_MEMSTICK) += host/