1 # $Id: makefile,v 1.7 2004/11/14 21:28:21 arty Exp $
9 TARGET_PCH = $(PATH_TO_TOP)/drivers/lib/ip/include/precomp.h
17 -I../../net/tcpip/include \
21 TARGET_CLEAN = network/*.o
27 transport/datagram/datagram.o \
28 network/i386/checksum.o \
42 transport/rawip/rawip.o \
43 transport/tcp/event.o \
50 $(TARGET_OBJECTS):: makefile
52 include $(PATH_TO_TOP)/rules.mak
54 include $(TOOLS_PATH)/helper.mk