aboutsummaryrefslogtreecommitdiff
path: root/mkconfig
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2009-02-05 20:40:57 -0600
committerWolfgang Denk <wd@denx.de>2009-02-10 00:43:54 +0100
commit47d41cc3a11a03c6d56146d056145df73f47eb50 (patch)
tree1fd502e443701cb6cc344f568188cfa37d4e0659 /mkconfig
parent4c78d4a6c01621721b732418e1c6da684a56bbb1 (diff)
Add an architecture specific config.h for common defines
We have common defines that we duplicate in various ways. Having an arch specific config.h gives us a common location for those defines. Eventually we should be able to replace this when we have proper Kconfig support. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'mkconfig')
-rwxr-xr-xmkconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/mkconfig b/mkconfig
index c3e4cea8d..b6b0a801e 100755
--- a/mkconfig
+++ b/mkconfig
@@ -82,6 +82,7 @@ else
> config.h # Create new config file
fi
echo "/* Automatically generated - do not edit */" >>config.h
+echo "#include <asm/config.h>" >>config.h
echo "#include <configs/$1.h>" >>config.h
exit 0