Separated config.h update to a new function.

This commit is contained in:
Bahadir Balban
2009-09-10 17:00:58 +03:00
parent f5b770dcad
commit 223f6d30fe
2 changed files with 13 additions and 9 deletions

View File

@@ -7,8 +7,6 @@
import os, shelve
from configure import configure_kernel
env = Environment(CC = 'arm-none-eabi-gcc',
# We don't use -nostdinc because sometimes we need standard headers,
# such as stdarg.h e.g. for variable args, as in printk().