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

9 lines
163 B
PHP
Raw Normal View History

2024-01-16 17:20:27 +00:00
# -*-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/%)