ptos/amd64: Add port I/O headers
Signed-off-by: Chloe M. <chloe@yiffware.org>
This commit is contained in:
+10
-1
@@ -9,7 +9,12 @@
|
||||
include ../mk/ptos.mk
|
||||
|
||||
.PHONY: all
|
||||
all: spkg ke machine
|
||||
all: target spkg ke machine post
|
||||
|
||||
.PHONY: target
|
||||
target:
|
||||
mkdir -p target/machine/
|
||||
rsync -avr head/arch/$(PT_TARGET_ARCH)/*.h target/machine/
|
||||
|
||||
.PHONY: ke
|
||||
ke:
|
||||
@@ -22,3 +27,7 @@ spkg:
|
||||
.PHONY: machine
|
||||
machine:
|
||||
cd arch/$(PT_TARGET_ARCH)/; $(MAKE) $(PASSDOWN_ARGS)
|
||||
|
||||
.PHONY: post
|
||||
post:
|
||||
rm -rf target/
|
||||
|
||||
Reference in New Issue
Block a user