diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2011-01-26 21:19:25 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2011-01-29 09:44:33 -0500 |
commit | 713be89d5c60ea1e41a64c123a735ab9dc0dae99 (patch) | |
tree | eb2c1ca9b81a2a1cd3304c2edce540fe05dbe941 /.gitignore | |
parent | b623e7c56883d69049d3060d148c5b0c9d71fafc (diff) | |
download | seabios-713be89d5c60ea1e41a64c123a735ab9dc0dae99.tar.gz |
Start using Kconfig to configure SeaBIOS settings.
Create autoconf.h during the build.
Move a couple of config settings from config.h to Kconfig.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,2 +1,4 @@ out *.pyc +.config +.config.old |