mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 14:27:37 +08:00
A few more Calypso/Compal updates
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4514 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -33,8 +33,15 @@
|
||||
#
|
||||
############################################################################
|
||||
|
||||
# File descriptor support is needed for this driver
|
||||
|
||||
ifneq ($(CONFIG_NFILE_DESCRIPTORS),0)
|
||||
|
||||
# The sercomm driver should not be build for all platforms. Only build it
|
||||
# is so configured
|
||||
|
||||
ifeq ($(CONFIG_SERCOMM_CONSOLE),y)
|
||||
|
||||
# Include serial drivers
|
||||
|
||||
CSRCS += console.c uart.c
|
||||
@@ -43,4 +50,6 @@ CSRCS += console.c uart.c
|
||||
|
||||
DEPPATH += --dep-path sercomm
|
||||
VPATH += :sercomm
|
||||
|
||||
endif
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user