Move platform-specific flags to a separate file
This commit is contained in:
@ -2,6 +2,7 @@ include $(srctree)/build/make.config
|
||||
|
||||
here := $(srctree)/kernel
|
||||
|
||||
include $(here)/make.$(platform).flags
|
||||
include $(here)/make.src
|
||||
|
||||
all: $(srctree)/out/kernel.elf
|
||||
|
||||
Reference in New Issue
Block a user