#
# Makefile for the HP Gecko (GSC) bus specific drivers.
#
# Note! Dependencies are done automagically by 'make dep', which also
# removes any old dependencies. DON'T put your own dependencies here
# unless it's something special (ie not a .c file).
#
# Note 2! The CFLAGS definition is now inherited from the
# parent makefile.
#

O_TARGET := gscbus.o

obj-y := gsc.o
obj-m :=
obj-n :=
obj-  :=

obj-$(CONFIG_GSC_DINO) += dino.o
obj-$(CONFIG_GSC_LASI) += busdevice.o lasi.o asp.o
obj-$(CONFIG_GSC_WAX) += wax.o
obj-$(CONFIG_LASI_HARMONY) += harmony.o
obj-$(CONFIG_LASI_82596) += lan.o
obj-$(CONFIG_SERIAL) += serial.o
obj-$(CONFIG_HIL) += hil.o
obj-$(CONFIG_WAX_EISA) += wax_eisa.o

include $(TOPDIR)/Rules.make
