summaryrefslogtreecommitdiffstats
path: root/libc/Makefile.inc
blob: 7503f09204188918f6e50eeec39724114067adfa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
LIBCDIR = libc

SUBDIRS += $(LIBCDIR)
LIBC = $(LIBCDIR)/built-in.o

include $(SRC)/$(LIBCDIR)/string/Makefile.inc
include $(SRC)/$(LIBCDIR)/ctype/Makefile.inc
include $(SRC)/$(LIBCDIR)/stdlib/Makefile.inc
include $(SRC)/$(LIBCDIR)/stdio/Makefile.inc

$(LIBC): $(STRING) $(CTYPE) $(STDLIB) $(STDIO)

OpenPOWER on IntegriCloud