aboutsummaryrefslogtreecommitdiff
path: root/hw/ec/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'hw/ec/Makefile.inc')
-rw-r--r--hw/ec/Makefile.inc8
1 files changed, 0 insertions, 8 deletions
diff --git a/hw/ec/Makefile.inc b/hw/ec/Makefile.inc
deleted file mode 100644
index f944d4d..0000000
--- a/hw/ec/Makefile.inc
+++ /dev/null
@@ -1,8 +0,0 @@
-# -*-Makefile-*-
-# Sapphire EC makefile
-
-SUBDIRS += hw/ec
-EC_OBJS = gpio.o
-EC=hw/ec/built-in.a
-
-$(EC): $(EC_OBJS:%=hw/ec/%)