X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FLibraries%2Fcrt0.o_src%2FMakefile;h=3c208960dce6cc9902237cb50a28a41ea06c3784;hb=e8fb0fcddc277bf64ed1acbd8162b94177ebd019;hp=55ae732c2cabc8c056fbd062c60e8655e9976417;hpb=fb6e2db49eccb97eff2d27b00bdbecb2d3c50b92;p=tpg%2Facess2.git diff --git a/Usermode/Libraries/crt0.o_src/Makefile b/Usermode/Libraries/crt0.o_src/Makefile index 55ae732c..3c208960 100644 --- a/Usermode/Libraries/crt0.o_src/Makefile +++ b/Usermode/Libraries/crt0.o_src/Makefile @@ -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 utest-build generate_exp all: $(BIN) @@ -15,6 +15,10 @@ install: $(BIN) clean: $(RM) $(BIN) +# Disabled unit tests +utest generate_exp utest-build utest-run: + @echo > /dev/null + $(OUTPUTDIR)Libs/%.o: %.c @mkdir -p $(dir $@) $(CC) -c $< -o $@