mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-13 07:16:14 +07: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
|