]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - drivers/memstick/Makefile
Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6
[mirror_ubuntu-bionic-kernel.git] / drivers / memstick / Makefile
CommitLineData
baf8532a
AD
1#
2# Makefile for the kernel MemoryStick device drivers.
3#
4
5ifeq ($(CONFIG_MEMSTICK_DEBUG),y)
6 EXTRA_CFLAGS += -DDEBUG
7endif
8
9obj-$(CONFIG_MEMSTICK) += core/
10obj-$(CONFIG_MEMSTICK) += host/
11