summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Ring <cring@ti.com>2013-12-09 12:46:10 -0800
committerChris Ring <cring@ti.com>2013-12-09 12:46:10 -0800
commit57de609c57bdff158b547011191387e89d5ba6ef (patch)
treee229fb7976aeb10a7255c735f120e7394d2f87ca
parentaf836b6ba634774435c5d7367f966d4b4a6326f8 (diff)
parent12794ea33870b782bffe1fe4398e86e93fb64396 (diff)
downloadipc-3.10-next.tar.gz
Merge remote-tracking branch 'origin/3.00' into ipc-3.10-nextipc-3.10-next
Conflicts: linux/src/tests/Makefile.am linux/src/tests/Makefile.in
-rwxr-xr-xconfigure8
1 files changed, 8 insertions, 0 deletions
diff --git a/configure b/configure
index 6996fa7..4d3aa7f 100755
--- a/configure
+++ b/configure
@@ -16828,6 +16828,14 @@ fi
fi
+# Test for required KERNEL path
+if test "x$KERNEL_INSTALL_DIR" = "x"; then
+ { { echo "$as_me:$LINENO: error: Kernel path for ${PLATFORM} is not set" >&5
+echo "$as_me: error: Kernel path for ${PLATFORM} is not set" >&2;}
+ { (exit 1); exit 1; }; }
+fi
+
+
# Ignore KERNEL path when no platform is set
if test "x$PLATFORM" = "x"; then
KERNEL_INSTALL_DIR=