Makefile - Fix mtest target (and clean up utest targets)
[tpg/acess2.git] / Usermode / Libraries / crt0.o_src / Makefile
index 509eea4..3c20896 100644 (file)
@@ -6,7 +6,7 @@
 
 BIN = $(OUTPUTDIR)Libs/crt0.o $(OUTPUTDIR)Libs/crtbegin.o $(OUTPUTDIR)Libs/crtend.o
 
-.PHONY: all clean install utest generate_exp
+.PHONY: all clean install utest utest-build generate_exp
 
 all: $(BIN)
 
@@ -15,7 +15,9 @@ install: $(BIN)
 clean:
        $(RM) $(BIN)
 
-utest generate_exp:
+# Disabled unit tests
+utest generate_exp utest-build utest-run:
+       @echo > /dev/null
 
 $(OUTPUTDIR)Libs/%.o: %.c
        @mkdir -p $(dir $@)

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