
ifdef CONFIG_OF
	CONFIG_FMH_GPIB := m
endif
ifdef CONFIG_PCI
	CONFIG_FMH_GPIB := m
endif

obj-$(CONFIG_FMH_GPIB) += fmh_gpib.o
