mirror of
https://github.com/gnuton/asuswrt-merlin.ng.git
synced 2025-05-19 16:02:36 +02:00
9 lines
178 B
Makefile
9 lines
178 B
Makefile
#
|
|
# Makefile for the kernel MemoryStick device drivers.
|
|
#
|
|
|
|
subdir-ccflags-$(CONFIG_MEMSTICK_DEBUG) := -DDEBUG
|
|
|
|
obj-$(CONFIG_MEMSTICK) += core/
|
|
obj-$(CONFIG_MEMSTICK) += host/
|
|
|