mirror of
https://github.com/apache/nuttx.git
synced 2026-09-27 18:58:27 +08:00
Allow block drivers without mountpoint support
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1063 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -34,9 +34,5 @@
|
||||
############################################################################
|
||||
|
||||
MMCSD_ASRCS =
|
||||
MMCSD_CSRCS =
|
||||
|
||||
ifneq ($(CONFIG_DISABLE_MOUNTPOINT),y)
|
||||
MMCSD_CSRCS += mmcsd_spi.c mmcsd_debug.c
|
||||
endif
|
||||
MMCSD_CSRCS = mmcsd_spi.c mmcsd_debug.c
|
||||
|
||||
|
||||
Reference in New Issue
Block a user