|
@@ -53,9 +53,6 @@ ifeq (include/config.mk,$(wildcard include/config.mk))
|
|
# load ARCH, BOARD, and CPU configuration
|
|
# load ARCH, BOARD, and CPU configuration
|
|
include include/config.mk
|
|
include include/config.mk
|
|
export ARCH CPU BOARD VENDOR SOC
|
|
export ARCH CPU BOARD VENDOR SOC
|
|
-# load other configuration
|
|
|
|
-include $(TOPDIR)/config.mk
|
|
|
|
-
|
|
|
|
ifndef CROSS_COMPILE
|
|
ifndef CROSS_COMPILE
|
|
ifeq ($(HOSTARCH),ppc)
|
|
ifeq ($(HOSTARCH),ppc)
|
|
CROSS_COMPILE =
|
|
CROSS_COMPILE =
|
|
@@ -93,6 +90,10 @@ endif
|
|
|
|
|
|
export CROSS_COMPILE
|
|
export CROSS_COMPILE
|
|
|
|
|
|
|
|
+# load other configuration
|
|
|
|
+include $(TOPDIR)/config.mk
|
|
|
|
+
|
|
|
|
+
|
|
#########################################################################
|
|
#########################################################################
|
|
# U-Boot objects....order is important (i.e. start must be first)
|
|
# U-Boot objects....order is important (i.e. start must be first)
|
|
|
|
|