aboutsummaryrefslogtreecommitdiff
path: root/platforms/Makefile.inc
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2014-10-05 09:35:31 +1100
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2014-10-05 09:35:31 +1100
commit28a6f224aa085366b6de90d282531440aba41abd (patch)
tree7ce2a5280504a4f94ae4626eb317bf9e7cc9bc3b /platforms/Makefile.inc
parent01ff8fea5c60c69aafa5d9a5e8877a3df67192de (diff)
downloadskiboot-28a6f224aa085366b6de90d282531440aba41abd.zip
skiboot-28a6f224aa085366b6de90d282531440aba41abd.tar.gz
skiboot-28a6f224aa085366b6de90d282531440aba41abd.tar.bz2
platform: Rename "bmc" to "astbmc"
We might have a different BMC in the future.. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'platforms/Makefile.inc')
-rw-r--r--platforms/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/platforms/Makefile.inc b/platforms/Makefile.inc
index 5061b73..a29d5f7 100644
--- a/platforms/Makefile.inc
+++ b/platforms/Makefile.inc
@@ -5,6 +5,6 @@ PLATFORMS = $(PLATDIR)/built-in.o
include $(SRC)/$(PLATDIR)/ibm-fsp/Makefile.inc
include $(SRC)/$(PLATDIR)/rhesus/Makefile.inc
-include $(SRC)/$(PLATDIR)/bmc/Makefile.inc
+include $(SRC)/$(PLATDIR)/astbmc/Makefile.inc
-$(PLATFORMS): $(IBM_FSP) $(RHESUS) $(BMC)
+$(PLATFORMS): $(IBM_FSP) $(RHESUS) $(ASTBMC)