Commit a7335c51 by Andreas Ericsson

Add generic buildrule for assembly files

Signed-off-by: Andreas Ericsson <ae@op5.se>
parent 9b173803
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment