i2c-tools: honour TARGET_CFLAGS

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>



git-svn-id: svn://svn.openwrt.org/openwrt/packages@39500 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
wigyori 2014-02-06 09:59:19 +00:00
parent 4b4dbc6d61
commit 0f622ee37f

View File

@ -77,7 +77,8 @@ define Build/Compile
LINUX="$(LINUX_DIR)" \ LINUX="$(LINUX_DIR)" \
CC="$(TARGET_CC)" \ CC="$(TARGET_CC)" \
STAGING_DIR="$(STAGING_DIR)" \ STAGING_DIR="$(STAGING_DIR)" \
LDFLAGS="$(TARGET_LDFLAGS)" LDFLAGS="$(TARGET_LDFLAGS)" \
CFLAGS="$(TARGET_CFLAGS)"
$(Build/Compile/python-smbus) $(Build/Compile/python-smbus)
endef endef