Enabled compiling options -Wall -Werror for endptmngr and dectmngr

This commit is contained in:
Hemlata 2022-02-11 15:10:21 +00:00 committed by Yalu Zhang
parent d656e27020
commit 135cdad388
2 changed files with 5 additions and 0 deletions

View file

@ -53,6 +53,7 @@ endif
TARGET_CFLAGS += \
-Wall \
-Werror \
-I$(STAGING_DIR)/usr/include/libxml2
ifeq ($(CONFIG_ENABLE_LINE_SETTINGS_EXTENSION),y)

View file

@ -56,6 +56,10 @@ define Build/Prepare
endef
endif
TARGET_CFLAGS += \
-Wall \
-Werror
define Package/endptmngr/install
$(CP) ./files/* $(1)/
$(INSTALL_DIR) $(1)/usr/sbin