From 398b4b57684d11d4ad9f1b13adc54e4eb2f45d55 Mon Sep 17 00:00:00 2001 From: Yalu Zhang Date: Mon, 19 May 2025 17:38:46 +0200 Subject: [PATCH] dectmngr: add conditional compiling options --- dectmngr/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dectmngr/Makefile b/dectmngr/Makefile index aa9e06f76..7d547bfd7 100644 --- a/dectmngr/Makefile +++ b/dectmngr/Makefile @@ -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