Skip to content
Snippets Groups Projects
Commit 4aa1560d authored by Florian Fainelli's avatar Florian Fainelli
Browse files

adb: Also pass TARGET_CPPFLAGS


Fixes build issues with external toolchains that do not have STAGING_DIR
in their default search path.

Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
parent fe8618a8
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR)/adb/ \
$(TARGET_CONFIGURE_OPTS) \
TARGET=Linux \
CFLAGS="$(TARGET_CFLAGS)" \
CFLAGS="$(TARGET_CFLAGS) $(TARGET_CPPFLAGS)" \
LDFLAGS="$(TARGET_LDFLAGS)"
endef
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment