12 lines
369 B
Makefile
12 lines
369 B
Makefile
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)
|