ODROID: fix to build Debian package without running 'build' script

Signed-off-by: Dongjin Kim <tobetter@gmail.com>
This commit is contained in:
Dongjin Kim
2019-07-16 05:57:26 -04:00
committed by Joshua Yang
parent 96513481f2
commit 2be588e1c2
3 changed files with 8 additions and 1 deletions

View File

@@ -37,7 +37,7 @@ DYNAMIC=libwiringPiDev.so.$(VERSION)
#DEBUG = -g -O0
DEBUG = -O2
CC = gcc
INCLUDE = -I.
INCLUDE = -I. -I../wiringPi
DEFS = -D_GNU_SOURCE
CFLAGS = $(DEBUG) $(DEFS) -Wformat=2 -Wall -Winline $(INCLUDE) -pipe -fPIC