* Also include dynamic loader (tcp_loader.o).
This commit is contained in:
parent
7e950141dd
commit
cf14e47a0f
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.3 2007/04/25 15:52:47 bg- Exp $
|
||||
# $Id: Makefile,v 1.4 2007/04/26 12:55:46 bg- Exp $
|
||||
#
|
||||
# This makefile requires GNU make!
|
||||
|
||||
|
@ -32,7 +32,7 @@ UIP=uip.o uiplib.o tcpip.o uip-fw.o uip-fw-service.o uipbuf.o \
|
|||
UIPDRIVERS=slip.o slip_uart1.o \
|
||||
cc2420.o cc2420_spi.o cc2420_send_ip.o cc2420_send_uaodv.o
|
||||
LIBS=memb.o list.o rand.o assert.o crtk.o
|
||||
SYSAPPS=#tcp_loader.o
|
||||
SYSAPPS=tcp_loader.o
|
||||
LIBFILES=$(SYSTEM) $(ARCH) $(UIP) $(UIPDRIVERS) $(LIBS) $(SYSAPPS)
|
||||
|
||||
MKNMLIST=awk -f $(TOP)/tools/mknmlist-ansi
|
||||
|
|
Loading…
Reference in a new issue