summaryrefslogtreecommitdiffstats
path: root/platforms/Makefile.inc
blob: 3269532a3bdc6bcaaafccf58be2d48fbe9fe66ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
PLATDIR = platforms

SUBDIRS += $(PLATDIR)
PLATFORMS = $(PLATDIR)/built-in.a

include $(SRC)/$(PLATDIR)/ibm-fsp/Makefile.inc
include $(SRC)/$(PLATDIR)/rhesus/Makefile.inc
include $(SRC)/$(PLATDIR)/astbmc/Makefile.inc
include $(SRC)/$(PLATDIR)/mambo/Makefile.inc
include $(SRC)/$(PLATDIR)/qemu/Makefile.inc

$(PLATFORMS): $(IBM_FSP) $(RHESUS) $(ASTBMC) $(MAMBO) $(QEMU)
OpenPOWER on IntegriCloud