summaryrefslogtreecommitdiff
path: root/environment_example
blob: 57ee65cee433e86b52be36b1789cd0e5952e6f07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# To build properly, you must have your target dahdi-linux tree with complete
# build results in it.
# You can build it in its directory with the following commands mimicking
# a Debian build under Squeeze:
#   make dist-clean
#   dh_clean
#   fakeroot /usr/bin/make -f debian/rules kdist_clean kdist_config binary-modules
DAHDI_LINUX=$HOME/dahdi-linux

# ICP_ROOT is needed for now. (Historical name on Intel side)
export ICP_ROOT=$HOME/clones/ep80579_hss

# VP-API from Legerity^W Zarlink^W Microsemi
# TODO: update VP-API
export VP_API=/home/xilun/hard/zarlink/Le71SDKAPIL_P2.17.0

# KSRC: usual target Linux source tree
export KSRC=/usr/src/linux-source-2.6.32


##################################################
# You should not have to touch anything down there
#
export KERNEL_SOURCE_ROOT=$KSRC
export DAHDI_SYMVERS=$DAHDI_LINUX/drivers/dahdi/Module.symvers
export DAHDI_INCLUDE=$DAHDI_LINUX/include
export XIVO_AUDIO=1