diff options
Diffstat (limited to 'drivers/memstick/core/Makefile')
| -rw-r--r-- | drivers/memstick/core/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/memstick/core/Makefile b/drivers/memstick/core/Makefile index ecd029937738..6b9b9ba4ab69 100644 --- a/drivers/memstick/core/Makefile +++ b/drivers/memstick/core/Makefile @@ -1,7 +1,8 @@ +# SPDX-License-Identifier: GPL-2.0-only # # Makefile for the kernel MemoryStick core. # obj-$(CONFIG_MEMSTICK) += memstick.o - +obj-$(CONFIG_MS_BLOCK) += ms_block.o obj-$(CONFIG_MSPRO_BLOCK) += mspro_block.o |
