Updates to tree to make it build with all desired changes and the conversion

of the SONIC driver to the new FreeBSD stack instead of KA9Q.
This commit is contained in:
Joel Sherrill
1998-09-11 23:35:09 +00:00
parent 23f014af5b
commit bfcf4cb3db
12 changed files with 848 additions and 801 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ HAS_RTC=yes
# $(LD_LIBS) \
# -Wl,-\( -Wl,-lc -Wl,-lrtemsall -Wl,-lgcc -Wl,-\)
define make-exe
$(CC) $(CFLAGS) -o $(basename $@).nxe $(LINK_OBJS)
$(CC) $(CFLAGS) -o $(basename $@).nxe $(LINK_OBJS) $(LINK_LIBS)
$(OBJCOPY) -O srec $(basename $@).nxe $(basename $@).i
$(SED) -e 's/.$$//' -e '/^S0/d' $(basename $@).i | \
$(PROJECT_TOOLS)/packhex > $(basename $@).exe