X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FLibraries%2Facess.ld_src%2FMakefile;h=25a5c56538954b3f59139cca857ebf4186fbaac6;hb=8695e2b9f65ab4411677d4eff57d0d80f6c26f9a;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..25a5c565 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 generate_exp all: $(BIN) @@ -17,6 +17,10 @@ clean: install: $(BIN) +# How does one unit test a linker script? +utest generate_exp: + @echo > /dev/null + $(BIN): acess_$(ARCHDIR).ld.h @mkdir -p $(dir $(BIN)) cpp -nostdinc -U i386 -P -C $< -o $@ -D__LIBDIR=$(OUTPUTDIR)Libs