obj-$(CONFIG_HECI)	+= heci.o

heci-objs :=				\
		heci_init.o		\
		interrupt.o		\
		heci_interface.o	\
		io_heci.o		\
		heci_main.o

