X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=BuildConf%2Farmv7%2FMakefile.cfg;h=9be93a74b34071453987842a2a6810bd4b4eeee4;hb=759315c5321e354458086e0fc28335c4c12ed194;hp=f5fa2615c0ab165de8839d7aa7e4274a0f26be2e;hpb=13cfd41138fbb925b9a9e239ecd58d1a768ac5aa;p=tpg%2Facess2.git diff --git a/BuildConf/armv7/Makefile.cfg b/BuildConf/armv7/Makefile.cfg index f5fa2615..9be93a74 100644 --- a/BuildConf/armv7/Makefile.cfg +++ b/BuildConf/armv7/Makefile.cfg @@ -9,5 +9,8 @@ STRIP = arm-elf-strip ASSUFFIX = S -CONFIG=realview_pb +# Default Configuration +ifeq ($(PLATFORM),) + PLATFORM=realview_pb +endif