mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-01-28 01:47:19 +01:00
Enabled compiling options -Wall -Werror for endptmngr and dectmngr
This commit is contained in:
parent
d656e27020
commit
135cdad388
2 changed files with 5 additions and 0 deletions
|
|
@ -53,6 +53,7 @@ endif
|
|||
|
||||
TARGET_CFLAGS += \
|
||||
-Wall \
|
||||
-Werror \
|
||||
-I$(STAGING_DIR)/usr/include/libxml2
|
||||
|
||||
ifeq ($(CONFIG_ENABLE_LINE_SETTINGS_EXTENSION),y)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue