mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-27 09:28:52 +07:00
11 lines
168 B
Makefile
11 lines
168 B
Makefile
|
#
|
||
|
# Makefile for MemoryStick host controller drivers
|
||
|
#
|
||
|
|
||
|
ifeq ($(CONFIG_MEMSTICK_DEBUG),y)
|
||
|
EXTRA_CFLAGS += -DDEBUG
|
||
|
endif
|
||
|
|
||
|
obj-$(CONFIG_MEMSTICK_TIFM_MS) += tifm_ms.o
|
||
|
|