M7350/kernel/drivers/memstick/core/Makefile
2024-09-09 08:57:42 +00:00

8 lines
168 B
Makefile

#
# Makefile for the kernel MemoryStick core.
#
obj-$(CONFIG_MEMSTICK) += memstick.o
obj-$(CONFIG_MS_BLOCK) += ms_block.o
obj-$(CONFIG_MSPRO_BLOCK) += mspro_block.o