Browse Source

add target optimization flags

SVN-Revision: 5312
Nicolas Thill 19 years ago
parent
commit
300eee71f9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/ipset/Makefile

+ 1 - 0
package/ipset/Makefile

@@ -30,6 +30,7 @@ endef
 
 
 define Build/Compile
 define Build/Compile
 	$(call Build/Compile/Default, \
 	$(call Build/Compile/Default, \
+		COPT_FLAGS="$(TARGET_CFLAGS)" \
 		KERNEL_DIR="$(LINUX_DIR)" \
 		KERNEL_DIR="$(LINUX_DIR)" \
 	)
 	)
 endef
 endef