# Makefile - makefile for bsp/src/drv/netif
#
# modification history
# --------------------
# 01f,25aug97,vin   deleted the sonic driver for the beta2 patch.
# 01e,03May97,sal   restored sonic driver to DOC_FILES
# 01d,30apr97,jag   deleted the sonic driver from the DOC_FILES due to man page
#		    errors.
# 01c,24apr97,map   added dec21x40End
# 01b,18apr97,sal   added the sn83932End.c
# 01a,28feb97,vin   created from 01d of MakeSkel
#
# DESCRIPTION
# This file contains the makefile rules for building ENDs (Enhanced
# Network Drivers) into the VxWorks library.
#
# Old style network drivers (i.e. BSD style) are contained in src/drv/netif.
#
#*/


CPU=PPC860

TGT_DIR=$(WIND_BASE)/target

LIBNAME=lib$(CPU)$(TOOL)vx.a
LIBDIRNAME=obj$(CPU)$(TOOL)vx

GMDIR = ../../..
EXTRA_INCLUDE=-I$(WIND_BASE)/target/h/ -I$(WIND_BASE)/target/config/mtx603  -I$(WIND_BASE)/target/config/all -I$(GMDIR)/include -I$(GMDIR)/drivers/ -I$(GMDIR)/drivers/vxworks/gm -DINSIST

OBJS_COMMON = ge.o

OBJS        = $(OBJS_COMMON) #$(OBJS_<CPU>)

include $(TGT_DIR)/h/make/rules.library

CC_OPTIM=$(CC_OPTIM_DRIVER)
