Usermode - Unit tests called from root makefile
[tpg/acess2.git] / Usermode / Libraries / crt0.o_src / Makefile
index 55ae732..509eea4 100644 (file)
@@ -6,7 +6,7 @@
 
 BIN = $(OUTPUTDIR)Libs/crt0.o $(OUTPUTDIR)Libs/crtbegin.o $(OUTPUTDIR)Libs/crtend.o
 
-.PHONY: all clean install
+.PHONY: all clean install utest generate_exp
 
 all: $(BIN)
 
@@ -15,6 +15,8 @@ install: $(BIN)
 clean:
        $(RM) $(BIN)
 
+utest generate_exp:
+
 $(OUTPUTDIR)Libs/%.o: %.c
        @mkdir -p $(dir $@)
        $(CC) -c $< -o $@

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