• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/memstick/
1#
2# Makefile for the kernel MemoryStick device drivers.
3#
4
5ifeq ($(CONFIG_MEMSTICK_DEBUG),y)
6	EXTRA_CFLAGS		+= -DDEBUG
7endif
8
9obj-$(CONFIG_MEMSTICK)		+= core/
10obj-$(CONFIG_MEMSTICK)		+= host/
11