Browse Source

wiringpi Makefile verbosity

pull/17/head
Marius Kriegerowski 5 years ago
parent
commit
3f5428081c
  1. 2
      wiringPi/Makefile

2
wiringPi/Makefile

@ -45,6 +45,7 @@ CFLAGS = $(DEBUG) $(DEFS) -Wformat=2 -Wextra -Winline $(INCLUDE) -pipe -fPIC
LIBS = -lm -lpthread -lrt -lcrypt LIBS = -lm -lpthread -lrt -lcrypt
ifeq ($(PLATFORM),) ifeq ($(PLATFORM),)
$(warning WARNING: PLATFORM is not set!)
#PLATFORM = OrangePi_2G-IOT #PLATFORM = OrangePi_2G-IOT
#PLATFORM = OrangePi_PC2 #PLATFORM = OrangePi_PC2
#PLATFORM = OrangePi_PRIME #PLATFORM = OrangePi_PRIME
@ -204,6 +205,7 @@ OBJ = $(SRC:.c=.o)
all: $(DYNAMIC) all: $(DYNAMIC)
$(info building for platform $(PLATFORM))
.PHONY: static .PHONY: static
static: static:

Loading…
Cancel
Save