dectmngr: add conditional compiling options

This commit is contained in:
Yalu Zhang 2025-05-19 17:38:46 +02:00
parent ca6f227c1a
commit 398b4b5768

View file

@ -18,6 +18,9 @@ PKG_LICENSE_FILES:=LICENSE
RSTRIP:=true
export BUILD_DIR
INCLUDE_GPIOD:=1
export INCLUDE_GPIOD
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz