mirror of
https://github.com/drasko/codezero.git
synced 2026-01-19 22:33:15 +01:00
Separated config.h update to a new function.
This commit is contained in:
@@ -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().
|
||||
|
||||
Reference in New Issue
Block a user