move makefiles
This commit is contained in:
@@ -12,9 +12,9 @@ include config
|
||||
export O?=$(abspath build)
|
||||
|
||||
# Include base system
|
||||
include sys/conf.mk
|
||||
include etc/make/conf.mk
|
||||
# Arch details
|
||||
include sys/$(ARCH)/conf.mk
|
||||
include etc/make/$(ARCH)/conf.mk
|
||||
|
||||
all: mkdirs config $(TARGETS)
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
include sys/amd64/compiler.mk
|
||||
include etc/make/amd64/compiler.mk
|
||||
|
||||
.PHONY+=$(O)/sys/amd64/hw/ap_code_blob.o
|
||||
|
||||
Reference in New Issue
Block a user