From bfcf4cb3db75e94cadc3f9eb753c4d64ffbe8685 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 11 Sep 1998 23:35:09 +0000 Subject: 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. --- make/custom/dmv177.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make') diff --git a/make/custom/dmv177.cfg b/make/custom/dmv177.cfg index 94a3b5acf8..006f81968b 100644 --- a/make/custom/dmv177.cfg +++ b/make/custom/dmv177.cfg @@ -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 -- cgit v1.2.3