X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FLibraries%2Facess.ld_src%2FMakefile;h=09a7c8f81665e3fb818967c89b1eac5ebcdfa43e;hb=eff15be7c050cd7c614b52b997161558bfbc7ab9;hp=157f02d9a953d7cafd2537f28f09ad8f11d076f9;hpb=83322f5718ddc6e2e67b6c32d2a263caed780d9a;p=tpg%2Facess2.git diff --git a/Usermode/Libraries/acess.ld_src/Makefile b/Usermode/Libraries/acess.ld_src/Makefile index 157f02d9..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 +.PHONY: all clean install utest utest-build utest-run generate_exp all: $(BIN) @@ -17,6 +17,10 @@ clean: install: $(BIN) +# 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)) cpp -nostdinc -U i386 -P -C $< -o $@ -D__LIBDIR=$(OUTPUTDIR)Libs