 # Change it here or specify it on the "make" command line
 KERNELDIR = /usr/src/linux

# include $(KERNELDIR)/.config

 CFLAGS = -D__KERNEL__ -DMODULE -I$(KERNELDIR)/include \
   -O -Wall

 ifdef CONFIG_SMP
  CFLAGS += -D__SMP__ -DSMP
 endif

 all: cpci429-1.o
 


