diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2009-02-05 20:40:57 -0600 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-02-10 00:43:54 +0100 |
commit | 47d41cc3a11a03c6d56146d056145df73f47eb50 (patch) | |
tree | 1fd502e443701cb6cc344f568188cfa37d4e0659 /mkconfig | |
parent | 4c78d4a6c01621721b732418e1c6da684a56bbb1 (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-x | mkconfig | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |