From 47d41cc3a11a03c6d56146d056145df73f47eb50 Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Thu, 5 Feb 2009 20:40:57 -0600 Subject: 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 --- mkconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'mkconfig') diff --git a/mkconfig b/mkconfig index c3e4cea8d9..b6b0a801ef 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 " >>config.h echo "#include " >>config.h exit 0 -- cgit v1.2.1