Change build order so that RTEMS libCom test applications build properly
when building from scratch.
This commit is contained in:
@@ -13,7 +13,6 @@ DIRS += toolsComm
|
||||
DIRS += makeBaseApp
|
||||
DIRS += makeBaseExt
|
||||
DIRS += libCom
|
||||
DIRS += libCom/test
|
||||
DIRS += ca
|
||||
DIRS += dbStatic
|
||||
DIRS += registry
|
||||
@@ -35,6 +34,7 @@ endif
|
||||
ifneq (,$(findstring RTEMS,$(BUILD_ARCHS)))
|
||||
DIRS += RTEMS
|
||||
endif
|
||||
DIRS += libCom/test
|
||||
DIRS += gdd
|
||||
DIRS += cas
|
||||
|
||||
|
||||
Reference in New Issue
Block a user