historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/roms/skiboot/hw/ec/Makefile.inc

9 lines
124 B
PHP
Raw Normal View History

2024-01-16 17:20:27 +00:00
# -*-Makefile-*-
# Sapphire EC makefile
SUBDIRS += hw/ec
EC_OBJS = gpio.o
EC=hw/ec/built-in.a
$(EC): $(EC_OBJS:%=hw/ec/%)