mirror of
https://github.com/apache/nuttx.git
synced 2026-05-26 10:46:28 +08:00
Need write-able block drivers even if no write-able FS
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1070 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -37,6 +37,9 @@ USBDEV_ASRCS =
|
||||
USBDEV_CSRCS =
|
||||
|
||||
ifeq ($(CONFIG_USBDEV),y)
|
||||
USBDEV_CSRCS += usbdev_serial.c usbdev_storage.c usbdev_trace.c
|
||||
ifeq ($(CONFIG_USBSER),y)
|
||||
USBDEV_CSRCS += usbdev_serial.c
|
||||
endif
|
||||
USBDEV_CSRCS += usbdev_trace.c
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user