The NODEBUG, UNAME and STRIP parameter aren't used in batctl's Makefile. Removing them should be safe.
Signed-off-by: Sven Eckelmann sven@narfation.org --- batman-adv-devel/Makefile | 3 --- 1 file changed, 3 deletions(-)
diff --git a/batman-adv-devel/Makefile b/batman-adv-devel/Makefile index fb2c24a..4689181 100644 --- a/batman-adv-devel/Makefile +++ b/batman-adv-devel/Makefile @@ -67,10 +67,7 @@ MAKE_BATMAN_ADV_ARGS += \ MAKE_BATCTL_ARGS += \ REVISION="$(PKG_BATCTL_SHORTREV)" \ CC="$(TARGET_CC)" \ - NODEBUG=1 \ - UNAME="Linux" \ DESTDIR="$(PKG_INSTALL_DIR)" \ - STRIP="/bin/true" \ batctl install
TARGET_CFLAGS += -ffunction-sections -fdata-sections -flto