mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-12 16:54:42 +08:00
8 lines
131 B
Makefile
8 lines
131 B
Makefile
|
#
|
||
|
# Makefile for the kernel MemoryStick core.
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_MEMSTICK) += memstick.o
|
||
|
|
||
|
obj-$(CONFIG_MSPRO_BLOCK) += mspro_block.o
|