[build] Add support for local configuration files

Include config/local/$file in config/$file where it makes sense and
create empty local configs during build if not present.

Modified-by: Michael Brown <mcb30@etherboot.org>
Signed-off-by: Michael Brown <mcb30@etherboot.org>
This commit is contained in:
Piotr Jaroszyński
2010-03-22 23:19:00 +01:00
committed by Michael Brown
parent 80d1ac7320
commit 46d6ec7d77
11 changed files with 25 additions and 2 deletions

View File

@@ -20,4 +20,6 @@ FILE_LICENCE ( GPL2_OR_LATER );
//#define CONSOLE_BTEXT /* Who knows what this does? */
//#define CONSOLE_PC_KBD /* Direct access to PC keyboard */
#include <config/local/console.h>
#endif /* CONFIG_CONSOLE_H */