correct arm.cpp rule

This commit is contained in:
Dave Murphy
2007-07-08 05:32:42 +00:00
parent 1e22928246
commit 112d69e563

View File

@@ -24,7 +24,7 @@ export OBJCOPY := $(PREFIX)objcopy
#---------------------------------------------------------------------------------
%.arm.o: %.arm.cpp
@echo $(notdir $<)
$(CXX) -MMD -MP -MF $(DEPSDIR)/$*.d $(CXXFLAGS) -marm-c $< -o $@
$(CXX) -MMD -MP -MF $(DEPSDIR)/$*.d $(CXXFLAGS) -marm -c $< -o $@
#---------------------------------------------------------------------------------
%.arm.o: %.arm.c