From bfe0e68fe759271533fe2a28f8bc7acde4711d4e Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 22 Oct 2008 22:02:44 +0000 Subject: Allow block drivers without mountpoint support git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1063 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/drivers/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'nuttx/drivers/Makefile') diff --git a/nuttx/drivers/Makefile b/nuttx/drivers/Makefile index 70f10d19d..df5c838f8 100644 --- a/nuttx/drivers/Makefile +++ b/nuttx/drivers/Makefile @@ -48,12 +48,10 @@ USBDEVDEPPATH = --dep-path usbdev CFLAGS += -I$(TOPDIR)/drivers/usbdev endif -ifneq ($(CONFIG_DISABLE_MOUNTPOINT),y) include mmcsd/Make.defs ROOTDEPPATH = --dep-path . MMCSDDEPPATH = --dep-path mmcsd CFLAGS += -I$(TOPDIR)/drivers/mmcsd -endif ASRCS = $(NET_ASRCS) $(USBDEV_ASRCS) $(MMCSD_ASRCS) AOBJS = $(ASRCS:.S=$(OBJEXT)) -- cgit v1.2.3