basically finished, but EmuTOS does not seem to like it yet...

This commit is contained in:
Markus Fröschle
2013-05-05 17:18:25 +00:00
parent 946a5fc244
commit 158972b31c
2 changed files with 0 additions and 21 deletions

View File

@@ -139,9 +139,6 @@ $(LIBBAS): $(OBJS)
$(AR) rv $@ $(OBJS)
$(RANLIB) $@
# 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