diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-10-06 19:13:07 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-10-06 19:13:07 +0000 |
commit | 0b3ef78e450af9522061644d7a27e413b0a9cec2 (patch) | |
tree | d9a38eb2d92766a3ed9a20bd22aac100a96b1e7b | |
parent | a8eb7c176331ee42aa1e412fc2a2d83fabf93c45 (diff) | |
download | upstream-0b3ef78e450af9522061644d7a27e413b0a9cec2.tar.gz upstream-0b3ef78e450af9522061644d7a27e413b0a9cec2.tar.bz2 upstream-0b3ef78e450af9522061644d7a27e413b0a9cec2.zip |
export STAGING_DIR
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9160 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | rules.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -62,6 +62,7 @@ TARGET_CPPFLAGS:=-I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include TARGET_LDFLAGS:=-L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/lib export PATH:=$(TARGET_PATH) +export STAGING_DIR LINUX_HEADERS_DIR:=$(BUILD_DIR_TOOLCHAIN)/linux |