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