Subversion Repositories shark

Rev

Rev 45 | Blame | Compare with Previous | Last modification | View Log | RSS feed

# The Network Drivers

ifndef BASE
BASE=../..
endif

include $(BASE)/config/config.mk

LIBRARY       = hnet

OBJS_PATH     = $(BASE)/drivers/net

OBJS  = eth.o \
                3c59x.o \
                8390.o \
                3c509.o \
                ne.o \
                rtl8139.o \
                netbuff.o \
                arp.o \
                udpip.o \
                net.o \
                int.o \
                net_init.o

C_OPT += -I../linuxcom/include


include $(BASE)/config/lib.mk