| Alex Dubov | baf8532 | 2008-02-09 10:20:54 -0800 | [diff] [blame] | 1 | # |
| 2 | # Makefile for the kernel MemoryStick device drivers. | ||||
| 3 | # | ||||
| 4 | |||||
| matt mooney | 41d9c64 | 2011-01-14 06:12:42 -0800 | [diff] [blame] | 5 | subdir-ccflags-$(CONFIG_MEMSTICK_DEBUG) := -DDEBUG |
| Alex Dubov | baf8532 | 2008-02-09 10:20:54 -0800 | [diff] [blame] | 6 | |
| 7 | obj-$(CONFIG_MEMSTICK) += core/ | ||||
| 8 | obj-$(CONFIG_MEMSTICK) += host/ | ||||
| 9 | |||||