From 3f5428081ccb86a3e0b9621b4b2e14b49ab9af0c Mon Sep 17 00:00:00 2001 From: Marius Kriegerowski Date: Sat, 25 Apr 2020 12:21:15 +0000 Subject: [PATCH] wiringpi Makefile verbosity --- wiringPi/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wiringPi/Makefile b/wiringPi/Makefile index af769b8..fcc7969 100755 --- a/wiringPi/Makefile +++ b/wiringPi/Makefile @@ -45,6 +45,7 @@ CFLAGS = $(DEBUG) $(DEFS) -Wformat=2 -Wextra -Winline $(INCLUDE) -pipe -fPIC LIBS = -lm -lpthread -lrt -lcrypt ifeq ($(PLATFORM),) + $(warning WARNING: PLATFORM is not set!) #PLATFORM = OrangePi_2G-IOT #PLATFORM = OrangePi_PC2 #PLATFORM = OrangePi_PRIME @@ -204,6 +205,7 @@ OBJ = $(SRC:.c=.o) all: $(DYNAMIC) +$(info building for platform $(PLATFORM)) .PHONY: static static: