summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Knispel <gknispel@avencall.com>2013-02-01 17:52:13 +0100
committerGuillaume Knispel <gknispel@avencall.com>2013-02-01 17:52:13 +0100
commit48265f4581c4222af7bb8eca785ff47bfaa7afe2 (patch)
tree7df56ef23307f1833160abe02aa1715e8e40feb1
parent5f60d6bc90f88e6d305001da6d4a148173d719e0 (diff)
add warnings about tdm_infra
-rwxr-xr-xmake_2.6.26.sh5
-rwxr-xr-xmake_2.6.32.sh5
2 files changed, 10 insertions, 0 deletions
diff --git a/make_2.6.26.sh b/make_2.6.26.sh
index 10240e7..b136a95 100755
--- a/make_2.6.26.sh
+++ b/make_2.6.26.sh
@@ -6,4 +6,9 @@ export KERNEL_SOURCE_ROOT=/usr/src/linux-headers-2.6.26-2-686
source ./make_intel_func
+echo
+echo WARNING: you are not supposed to use the tdm_infra.ko that is
+echo produced by this build system (if it is produced...)
+echo
+
make_intel "$@"
diff --git a/make_2.6.32.sh b/make_2.6.32.sh
index 564f834..0f7e4c6 100755
--- a/make_2.6.32.sh
+++ b/make_2.6.32.sh
@@ -6,4 +6,9 @@ export KERNEL_SOURCE_ROOT=/usr/src/linux-source-2.6.32
source ./make_intel_func
+echo
+echo WARNING: you are not supposed to use the tdm_infra.ko that is
+echo produced by this build system (if it is produced...)
+echo
+
make_intel "$@"