udevtrigger: use the build system cflags

SVN-Revision: 18018
owl
Felix Fietkau 2009-10-10 19:25:31 +00:00
parent e0645618a3
commit b49cdabd4a
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ define Build/Compile
CROSS_COMPILE="$(TARGET_CROSS)" \
STRIP="/bin/true" \
DESTDIR="$(PKG_INSTALL_DIR)" \
OPTFLAGS="$(TARGET_CFLAGS)" \
udevtrigger
endef