More MP work (now APs start and use the LAPIC timer)
[tpg/acess2.git] / Usermode / Libraries / crt0.o_src / Makefile
index c039e72..d15f271 100644 (file)
@@ -2,14 +2,18 @@
 #
 #
 
-AS = nasm
-RM = rm -f
+-include ../Makefile.cfg
 
 ASFLAGS = -felf
 
-.PHONY: all clean
+.PHONY: all clean install
 
 all: ../crt0.o
 
+install: ../crt0.o
+
+clean:
+       $(RM) ../crt0.o
+
 ../crt0.o: crt0.asm
        $(AS) $(ASFLAGS) $< -o $@

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