Staging: add cowloop driver
[safe/jmp/linux-2.6] / drivers / staging / heci / Makefile
1 obj-$(CONFIG_HECI)      += heci.o
2
3 heci-objs :=                            \
4                 heci_init.o             \
5                 interrupt.o             \
6                 heci_interface.o        \
7                 io_heci.o               \
8                 heci_main.o
9