another compile fix
SVN-Revision: 6155
This commit is contained in:
parent
3133fefe06
commit
583ce4598b
1 changed files with 1 additions and 0 deletions
1
rules.mk
1
rules.mk
|
@ -70,6 +70,7 @@ ifneq ($(CONFIG_CCACHE),)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
EXTRA_CPPFLAGS := -I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include
|
EXTRA_CPPFLAGS := -I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include
|
||||||
|
EXTRA_CFLAGS := $(EXTRA_CPPFLAGS)
|
||||||
EXTRA_LDFLAGS := -L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/lib
|
EXTRA_LDFLAGS := -L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/lib
|
||||||
|
|
||||||
TARGET_CONFIGURE_OPTS:= \
|
TARGET_CONFIGURE_OPTS:= \
|
||||||
|
|
Loading…
Reference in a new issue