summaryrefslogtreecommitdiff
path: root/make_2.6.32.sh
blob: 0f7e4c64655ebcfcdc0137f2cb425395828ebde9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash

set -e

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 "$@"