aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/heci/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/heci/Makefile')
-rw-r--r--drivers/staging/heci/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/staging/heci/Makefile b/drivers/staging/heci/Makefile
new file mode 100644
index 000000000000..0524856fa3ab
--- /dev/null
+++ b/drivers/staging/heci/Makefile
@@ -0,0 +1,9 @@
+obj-$(CONFIG_HECI) += heci.o
+
+heci-objs := \
+ heci_init.o \
+ interrupt.o \
+ heci_interface.o \
+ io_heci.o \
+ heci_main.o
+