1# -*-Makefile-*-
2# Sapphire EC makefile
3
4SUBDIRS += hw/ec
5EC_OBJS = gpio.o
6EC=hw/ec/built-in.a
7
8$(EC): $(EC_OBJS:%=hw/ec/%)
9