linux/drivers/memstick/core/Makefile
<<
>>
Prefs
   1#
   2# Makefile for the kernel MemoryStick core.
   3#
   4
   5ifeq ($(CONFIG_MEMSTICK_DEBUG),y)
   6        EXTRA_CFLAGS            += -DDEBUG
   7endif
   8
   9obj-$(CONFIG_MEMSTICK)          += memstick.o
  10
  11obj-$(CONFIG_MSPRO_BLOCK)       += mspro_block.o
  12