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:
parent
4b4dbc6d61
commit
0f622ee37f
@ -77,7 +77,8 @@ define Build/Compile
|
||||
LINUX="$(LINUX_DIR)" \
|
||||
CC="$(TARGET_CC)" \
|
||||
STAGING_DIR="$(STAGING_DIR)" \
|
||||
LDFLAGS="$(TARGET_LDFLAGS)"
|
||||
LDFLAGS="$(TARGET_LDFLAGS)" \
|
||||
CFLAGS="$(TARGET_CFLAGS)"
|
||||
$(Build/Compile/python-smbus)
|
||||
endef
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user