mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
dectmngr: add conditional compiling options
This commit is contained in:
parent
ca6f227c1a
commit
398b4b5768
1 changed files with 3 additions and 0 deletions
|
|
@ -18,6 +18,9 @@ PKG_LICENSE_FILES:=LICENSE
|
||||||
RSTRIP:=true
|
RSTRIP:=true
|
||||||
export BUILD_DIR
|
export BUILD_DIR
|
||||||
|
|
||||||
|
INCLUDE_GPIOD:=1
|
||||||
|
export INCLUDE_GPIOD
|
||||||
|
|
||||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue