Commit 71ea77ab authored by Tomasz Wlostowski's avatar Tomasz Wlostowski

build,userspace: set correct path to the kernel when building userspace/

parent cabe6e89
......@@ -19,6 +19,8 @@ mkdir -p $installdir || wrs_die "mkdir images/wr"
# This time build is done in-place, but the output is a tree in images/wr.
# Some of the makefiles inside use
export LINUX="$WRS_OUTPUT_DIR/build/linux-2.6.39"
cd $sourcedir && make
# mini-rpc is an external package, it has no wr-specific install
......
......@@ -3,7 +3,6 @@
# in the auto-generated ../Makedefs (when software was in svn).
# So let's add all of the needed variables here (environment can override)
LINUX ?= $(WRDEV_DIR)/software/rubi-repos/linux-wr
ARCH ?= arm
CROSS_COMPILE ?= $(CROSS_COMPILE_ARM_PATH)$(CROSS_COMPILE_ARM_PREFIX)
CROSS_COMPILE_ARM ?= $(CROSS_COMPILE)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment