Makefile 168 B

12345678
  1. #
  2. # Makefile for the kernel MemoryStick core.
  3. #
  4. obj-$(CONFIG_MEMSTICK) += memstick.o
  5. obj-$(CONFIG_MS_BLOCK) += ms_block.o
  6. obj-$(CONFIG_MSPRO_BLOCK) += mspro_block.o