Blame view

drivers/memstick/Makefile 193 Bytes
baf8532a1   Alex Dubov   memstick: initial...
1
2
3
4
5
6
7
8
9
10
  #
  # Makefile for the kernel MemoryStick device drivers.
  #
  
  ifeq ($(CONFIG_MEMSTICK_DEBUG),y)
  	EXTRA_CFLAGS		+= -DDEBUG
  endif
  
  obj-$(CONFIG_MEMSTICK)		+= core/
  obj-$(CONFIG_MEMSTICK)		+= host/