git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Unifying the Lunaix's Physical Memory Model (#28)
[lunaix-os.git]
/
lunaix-os
/
kernel.mk
diff --git
a/lunaix-os/kernel.mk
b/lunaix-os/kernel.mk
index fdc3203beda0f50ea592fce55405d44c2c80cbfa..9d6ca02ec5fc271e23aa4b2988e320d64108ca74 100644
(file)
--- a/
lunaix-os/kernel.mk
+++ b/
lunaix-os/kernel.mk
@@
-29,6
+29,7
@@
kinc_opts := $(addprefix -I,$(kinc_dirs))
CFLAGS += -include flags.h
+CFLAGS += -include config.h
%.S.o: %.S
$(call status_,AS,$<)