# driver/Makefile.am
# copyright (C) 2003 by Frank Mori Hess
# email : fmhess@users.sourceforge.net
#
#   This Makefile.am is free software; you can redistribute it and/or modify
#   it under the terms of the GNU General Public License as published by
#   the Free Software Foundation; either version 2 of the License, or
#   (at your option) any later version.

EXTRA_CFLAGS += -I$(src)/include

obj-$(CONFIG_GPIB) += sys/ 
obj-$(CONFIG_GPIB_CB7210)	+= cb7210/ 
obj-$(CONFIG_GPIB_CEC) 		+= cec/ 
obj-$(CONFIG_GPIB_HP82335) 	+= hp82335/ 
obj-$(CONFIG_GPIB_INES) 	+= ines/ 
obj-$(CONFIG_GPIB_NEC7210) 	+= nec7210/ 
obj-$(CONFIG_GPIB_PC2) 		+= pc2/ 
#obj-$(CONFIG_GPIB_SYS) 		+= sys/
obj-$(CONFIG_GPIB_TMS9914) 	+= tms9914/
obj-$(CONFIG_GPIB_TNT4882) 	+= tnt4882/
obj-$(CONFIG_GPIB_TNT4882_TMS) 	+= tnt4882-tms/

#GPIB_MODULES :=cb7210/cb7210.ko cec/cec_gpib.ko hp82335/hp82335.ko \
#	ines/ines_gpib.ko pc2/pc2_gpib.ko tnt4882/tnt4882.ko \
#	nec7210/nec7210.ko tms9914/tms9914.ko sys/gpib_common.ko


