summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2009-07-23 00:48:20 +0200
committerWolfgang Denk <wd@denx.de>2009-07-23 00:48:20 +0200
commit46edbc545d1d0ae166271488e89c9967fb54393f (patch)
tree90da2f5ff33a6fb194d83bea8a8ce4efd1f74e61 /config.mk
parentf15f14e52879711be1d1bba2634dec684eda722e (diff)
parentcaf72ff329759b4da71352ab098537c7698c0e9f (diff)
downloadu-boot-imx-46edbc545d1d0ae166271488e89c9967fb54393f.zip
u-boot-imx-46edbc545d1d0ae166271488e89c9967fb54393f.tar.gz
u-boot-imx-46edbc545d1d0ae166271488e89c9967fb54393f.tar.bz2
Merge branch 'master' of /home/wd/git/u-boot/master/
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index a9973a4..fd56621 100644
--- a/config.mk
+++ b/config.mk
@@ -83,7 +83,7 @@ RANLIB = $(CROSS_COMPILE)RANLIB
sinclude $(OBJTREE)/include/autoconf.mk
ifdef ARCH
-sinclude $(TOPDIR)/$(ARCH)_config.mk # include architecture dependend rules
+sinclude $(TOPDIR)/lib_$(ARCH)/config.mk # include architecture dependend rules
endif
ifdef CPU
sinclude $(TOPDIR)/cpu/$(CPU)/config.mk # include CPU specific rules