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

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