|
@@ -69,6 +69,9 @@ PLATFORM_CPPFLAGS+= -D__ARM__
|
|
endif
|
|
endif
|
|
endif
|
|
endif
|
|
|
|
|
|
|
|
+# Load generated board configuration
|
|
|
|
+sinclude $(OBJTREE)/include/autoconf.mk
|
|
|
|
+
|
|
ifdef ARCH
|
|
ifdef ARCH
|
|
sinclude $(TOPDIR)/$(ARCH)_config.mk # include architecture dependend rules
|
|
sinclude $(TOPDIR)/$(ARCH)_config.mk # include architecture dependend rules
|
|
endif
|
|
endif
|
|
@@ -87,9 +90,6 @@ ifdef BOARD
|
|
sinclude $(TOPDIR)/board/$(BOARDDIR)/config.mk # include board specific rules
|
|
sinclude $(TOPDIR)/board/$(BOARDDIR)/config.mk # include board specific rules
|
|
endif
|
|
endif
|
|
|
|
|
|
-# Load generated board configuration
|
|
|
|
-sinclude $(OBJTREE)/include/autoconf.mk
|
|
|
|
-
|
|
|
|
#########################################################################
|
|
#########################################################################
|
|
|
|
|
|
CONFIG_SHELL := $(shell if [ -x "$$BASH" ]; then echo $$BASH; \
|
|
CONFIG_SHELL := $(shell if [ -x "$$BASH" ]; then echo $$BASH; \
|