Unifying the Lunaix's Physical Memory Model (#28)
[lunaix-os.git] / lunaix-os / kernel.mk
index fdc3203beda0f50ea592fce55405d44c2c80cbfa..9d6ca02ec5fc271e23aa4b2988e320d64108ca74 100644 (file)
@@ -29,6 +29,7 @@ kinc_opts := $(addprefix -I,$(kinc_dirs))
 
 
 CFLAGS += -include flags.h
+CFLAGS += -include config.h
 
 %.S.o: %.S
        $(call status_,AS,$<)