X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FLibraries%2Facess.ld_src%2FMakefile;h=09a7c8f81665e3fb818967c89b1eac5ebcdfa43e;hb=eff15be7c050cd7c614b52b997161558bfbc7ab9;hp=4b66433c4f835f9b4d513a2ea164256c44571648;hpb=b770132cdb8e79f27f3d429f24d94284dd6fe970;p=tpg%2Facess2.git diff --git a/Usermode/Libraries/acess.ld_src/Makefile b/Usermode/Libraries/acess.ld_src/Makefile index 4b66433c..09a7c8f8 100644 --- a/Usermode/Libraries/acess.ld_src/Makefile +++ b/Usermode/Libraries/acess.ld_src/Makefile @@ -8,7 +8,7 @@ BIN = $(OUTPUTDIR)Libs/acess.ld -.PHONY: all clean install utest generate_exp +.PHONY: all clean install utest utest-build utest-run generate_exp all: $(BIN) @@ -17,7 +17,9 @@ clean: install: $(BIN) -utest generate_exp: +# How does one unit test a linker script? +utest generate_exp utest-build utest-run: + @echo > /dev/null $(BIN): acess_$(ARCHDIR).ld.h @mkdir -p $(dir $(BIN))