Browse Source

Merge 3f5428081c into 5f2455c2d5

pull/17/merge
Marius Kriegerowski 5 years ago committed by GitHub
parent
commit
b56f661935
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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
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:

Loading…
Cancel
Save