Usermode - Unit tests called from root makefile
[tpg/acess2.git] / Usermode / Libraries / acess.ld_src / Makefile
index 157f02d..4b66433 100644 (file)
@@ -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,8 @@ clean:
 
 install: $(BIN)
 
+utest generate_exp:
+
 $(BIN):        acess_$(ARCHDIR).ld.h
        @mkdir -p $(dir $(BIN))
        cpp -nostdinc -U i386 -P -C $< -o $@ -D__LIBDIR=$(OUTPUTDIR)Libs

UCC git Repository :: git.ucc.asn.au