Makefile 178 B

123456789
  1. #
  2. # Makefile for the kernel MemoryStick device drivers.
  3. #
  4. subdir-ccflags-$(CONFIG_MEMSTICK_DEBUG) := -DDEBUG
  5. obj-$(CONFIG_MEMSTICK) += core/
  6. obj-$(CONFIG_MEMSTICK) += host/