Added the Serial subdirectory
This commit is contained in:
parent
0b7d4c8c1e
commit
54352225f1
1 changed files with 18 additions and 1 deletions
|
@ -4,4 +4,21 @@ else
|
|||
AUDIO_DIRS =
|
||||
endif
|
||||
|
||||
SUBDIRS = $(AUDIO_DIRS) Bucket Debug DEM gpc Math Misc PUI XGL zlib
|
||||
if ENABLE_UNIX_SERIAL
|
||||
SERIAL_DIRS = Serial
|
||||
else
|
||||
SERIAL_DIRS =
|
||||
endif
|
||||
|
||||
SUBDIRS = \
|
||||
$(AUDIO_DIRS) \
|
||||
Bucket \
|
||||
Debug \
|
||||
DEM \
|
||||
gpc \
|
||||
Math \
|
||||
Misc \
|
||||
PUI \
|
||||
$(SERIAL_DIRS) \
|
||||
XGL\
|
||||
zlib
|
||||
|
|
Loading…
Reference in a new issue