move makefiles

This commit is contained in:
Mark
2019-10-10 17:43:03 +03:00
parent 35a5b787d7
commit fe4d07e9c0
4 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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 -1
View File
@@ -1,4 +1,4 @@
include sys/amd64/compiler.mk
include etc/make/amd64/compiler.mk
.PHONY+=$(O)/sys/amd64/hw/ap_code_blob.o
View File