Add generic buildrule for assembly files

Signed-off-by: Andreas Ericsson <ae@op5.se>
This commit is contained in:
Andreas Ericsson 2010-04-14 19:40:10 +02:00
parent 9b17380391
commit a7335c5170

View File

@ -141,6 +141,9 @@ uninstall:
.c.o:
$(CC) $(ALL_CFLAGS) -c $< $(CC_OUT)$@
.S.o:
$(CC) $(ALL_CFLAGS) -c $< $(CC_OUT)$@
$(OBJS): $(HDRS)
$(GIT_LIB): $(OBJS)
rm -f $(GIT_LIB)