mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-24 22:32:23 +00:00
build lib with thumb
This commit is contained in:
parent
ac0691ea9c
commit
58561f5b71
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user