]> Git Repo - linux.git/blob - drivers/memstick/Makefile
[SCSI] zfcp: Fix opening of wka ports
[linux.git] / drivers / memstick / Makefile
1 #
2 # Makefile for the kernel MemoryStick device drivers.
3 #
4
5 ifeq ($(CONFIG_MEMSTICK_DEBUG),y)
6         EXTRA_CFLAGS            += -DDEBUG
7 endif
8
9 obj-$(CONFIG_MEMSTICK)          += core/
10 obj-$(CONFIG_MEMSTICK)          += host/
11
This page took 0.031666 seconds and 4 git commands to generate.