aboutsummaryrefslogtreecommitdiff
path: root/hw/ec/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'hw/ec/makefile')
-rw-r--r--hw/ec/makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/hw/ec/makefile b/hw/ec/makefile
new file mode 100644
index 0000000..e6ceafa
--- /dev/null
+++ b/hw/ec/makefile
@@ -0,0 +1,8 @@
+ROOTPATH = ../../..
+MODULE = ec
+
+OBJS = cmosdd.o gpio.o rhesus.o hostboot.o
+
+SUBDIRS = test.d
+
+include ${ROOTPATH}/config.mk