We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1088e2b commit 423b7f8Copy full SHA for 423b7f8
src/makefile.inc
@@ -35,7 +35,6 @@ XASCPP = $(call CROSS_ASCPP, -I $(TOP)/../../include $(1))
35
$(XCPP) -CC -g0 -MD $< | \
36
sed -E -e 's/^\*\/#/\*\/\n#/' -e 's/^\*\/ *;/\*\/\n;\n/' >$@.c
37
$(XGCC) -xc $@.c -c $(EXTRA_CFLAGS) -o $@
38
- $(RM) $@.c
39
%.o : %.S
40
$(call XASCPP,$<) -o $@
41
%.o : %.s
@@ -70,7 +69,7 @@ makefile.oho: makefile
70
69
endif
71
72
clean ::
73
- -$(RM) *.o *.d *.i makefile.oh makefile.oho
+ -$(RM) *.o *.d *.o.c *.i makefile.oh makefile.oho
74
75
DEPS := $(wildcard *.d)
76
ifneq ($(DEPS),)
0 commit comments