summaryrefslogtreecommitdiffstats
path: root/ccan/Makefile.inc
blob: 1a89b2e8caf73539d022df1f83a3ada0c6e7858c (plain)
1
2
3
4
5
6
7
8
# -*-Makefile-*-

SUBDIRS += ccan ccan/list ccan/str
CCAN_OBJS = list/list.o str/str.o
CCAN=ccan/built-in.o

$(CCAN): $(CCAN_OBJS:%=ccan/%)

OpenPOWER on IntegriCloud