Merge branch 'audit.b63' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit...
[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