aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/heci/Makefile
blob: 0524856fa3abe81aed31074ae42da058a3fea7a2 (plain) (blame)
1
2
3
4
5
6
7
8
9
obj-$(CONFIG_HECI)	+= heci.o

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