Revision 76dcd734eca23168cb008912c0f69ff408905235 authored by Linus Torvalds on 04 December 2022, 22:48:12 UTC, committed by Linus Torvalds on 04 December 2022, 22:48:12 UTC
1 parent 0ba09b1
Raw File
Makefile
# SPDX-License-Identifier: GPL-2.0-only
#
# Makefile for the kernel MemoryStick device drivers.
#

subdir-ccflags-$(CONFIG_MEMSTICK_DEBUG) := -DDEBUG

obj-$(CONFIG_MEMSTICK)		+= core/
obj-$(CONFIG_MEMSTICK)		+= host/

back to top