Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # Makefile for the kernel MemoryStick device drivers.
0004 #
0005 
0006 subdir-ccflags-$(CONFIG_MEMSTICK_DEBUG) := -DDEBUG
0007 
0008 obj-$(CONFIG_MEMSTICK)          += core/
0009 obj-$(CONFIG_MEMSTICK)          += host/
0010