# $Id: Makefile,v 1.3 2003/01/27 04:28:06 mrustad Exp $
# Copyright (C) 2002 Wim Termorshuizen -- wtermorshuizen@intersil.com
#

#include ../config.mk

# For some reason keep your hands of "-O3"
#CFLAGS = -O3 -Wall -Wstrict-prototypes -pipe -I.

O_TARGET := isl38xx.o

obj-y	:= isl38xx_eth.o isl38xx_gen.o isl38xx_mgt.o isl38xx_pci.o

include $(TOPDIR)/Rules.make
