diff options
Diffstat (limited to 'drivers/memstick/core/Makefile')
-rw-r--r-- | drivers/memstick/core/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/memstick/core/Makefile b/drivers/memstick/core/Makefile index ecd02993773..0d7f90c0ff2 100644 --- a/drivers/memstick/core/Makefile +++ b/drivers/memstick/core/Makefile @@ -3,5 +3,5 @@ # obj-$(CONFIG_MEMSTICK) += memstick.o - +obj-$(CONFIG_MS_BLOCK) += ms_block.o obj-$(CONFIG_MSPRO_BLOCK) += mspro_block.o |