historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/roms/skiboot/ccan/Makefile.inc
2024-01-16 11:20:27 -06:00

8 lines
163 B
Makefile

# -*-Makefile-*-
SUBDIRS += ccan ccan/list ccan/str ccan/heap
CCAN_OBJS = list/list.o str/str.o heap/heap.o
CCAN=ccan/built-in.a
$(CCAN): $(CCAN_OBJS:%=ccan/%)