build lib with thumb

This commit is contained in:
Mariano Alvira 2010-03-01 18:02:29 -05:00
parent ac0691ea9c
commit 58561f5b71
1 changed files with 4 additions and 0 deletions

View File

@ -67,6 +67,10 @@ $(ISR): $(ISR:.o=.c)
%.dis: %.elf
$(OBJDUMP) -SD $< > $@
%.o: %.c
$(CC) $(CFLAGS) $(THUMB_FLAGS) -MMD -c -o $@ $<
@$(FINALIZE_DEPENDENCY)
$(OBJDIR)/%.s: %.S
$(CPP) $(AFLAGS) -o $@ $<
$(OBJDIR)/%.o: %.S