aboutsummaryrefslogtreecommitdiffstats
path: root/tools/debugger
diff options
context:
space:
mode:
authorach61@arcadians.cl.cam.ac.uk <ach61@arcadians.cl.cam.ac.uk>2005-07-12 17:31:16 +0000
committerach61@arcadians.cl.cam.ac.uk <ach61@arcadians.cl.cam.ac.uk>2005-07-12 17:31:16 +0000
commitac49b9ae895133d34ef6b380b7315fbe6fbf8f37 (patch)
tree6543752135f4ad6c805bd543918b0f1f46810a7b /tools/debugger
parent2a0a40fa25082e8d6ca77653f6e06f784b48fc6f (diff)
downloadxen-ac49b9ae895133d34ef6b380b7315fbe6fbf8f37.tar.gz
xen-ac49b9ae895133d34ef6b380b7315fbe6fbf8f37.tar.bz2
xen-ac49b9ae895133d34ef6b380b7315fbe6fbf8f37.zip
pdb: get rid of absolute path in module makefile
Diffstat (limited to 'tools/debugger')
-rw-r--r--tools/debugger/pdb/linux-2.6-module/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/debugger/pdb/linux-2.6-module/Makefile b/tools/debugger/pdb/linux-2.6-module/Makefile
index 025afc1d75..77dd5f10ca 100644
--- a/tools/debugger/pdb/linux-2.6-module/Makefile
+++ b/tools/debugger/pdb/linux-2.6-module/Makefile
@@ -1,5 +1,6 @@
-XEN_ROOT=/anfs/nos1/ach61/bk
-KDIR=$(XEN_ROOT)/linux-2.6.11-xenU
+XEN_ROOT=../../../..
+LINUX_DIR = linux-2.6.12-xenU
+KDIR = $(XEN_ROOT)/$(LINUX_DIR)
obj-m += pdb.o
pdb-objs += module.o