compile -mshort for xhdi_interface() _only_ (fixed Makefile)

This commit is contained in:
Markus Fröschle
2013-05-02 05:10:19 +00:00
parent 1e3221a84e
commit 167f902a84
3 changed files with 7 additions and 8 deletions

View File

@@ -139,8 +139,8 @@ $(LIBBAS): $(OBJS)
$(AR) rv $@ $(OBJS)
$(RANLIB) $@
# compile xhdi_sd.c with -mshort to adhere to TOS argument passing conventions
$(OBJDIR)/xhdi_sd.o: CFLAGS += -mshort
# compile xhdi_interface.c with -mshort to adhere to TOS argument passing conventions
$(OBJDIR)/xhdi_interface.o: CFLAGS += -mshort
# compile init_fpga with -mbitfield for testing purposes
#$(OBJDIR)/init_fpga.o: CFLAGS += -mbitfield