From 1560d1f1b316465734c0d48302b79e331d251a45 Mon Sep 17 00:00:00 2001 From: Fl0-0 Date: Fri, 31 May 2019 14:54:44 +0200 Subject: [PATCH] using saved STANDALONE print --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 0a91f50a8..7dbdd9453 100644 --- a/Makefile +++ b/Makefile @@ -33,6 +33,9 @@ ifeq ($(PLATFORM),) ifneq ($(PLATFORM_EXTRAS),) ${info using saved PLATFORM_EXTRAS: '$(PLATFORM_EXTRAS)'} endif + ifneq ($(STANDALONE),) + ${info using saved STANDALONE: '$(STANDALONE)'} + endif endif include common/Makefile.hal