aboutsummaryrefslogtreecommitdiffstats
path: root/xen/tools/Makefile
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-07-22 16:44:33 +0000
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-07-22 16:44:33 +0000
commitc1f454ab0cce212413c558afc2c00f1ed8090f81 (patch)
tree674fe04ae76526b05123302d7d08bf60acce8dcb /xen/tools/Makefile
parentb6d8dea8bfde631c3c1aa723627717c5b8712306 (diff)
downloadxen-c1f454ab0cce212413c558afc2c00f1ed8090f81.tar.gz
xen-c1f454ab0cce212413c558afc2c00f1ed8090f81.tar.bz2
xen-c1f454ab0cce212413c558afc2c00f1ed8090f81.zip
Port kallsyms to Xen, as 'symbols'.
Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/tools/Makefile')
-rw-r--r--xen/tools/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/xen/tools/Makefile b/xen/tools/Makefile
index 8252970158..04d7020cd8 100644
--- a/xen/tools/Makefile
+++ b/xen/tools/Makefile
@@ -1,6 +1,13 @@
+include $(BASEDIR)/../Config.mk
+
default:
$(MAKE) -C figlet
+ $(MAKE) symbols
clean:
- $(MAKE) -C figlet clean \ No newline at end of file
+ $(MAKE) -C figlet clean
+ rm -f *.o symbols
+
+symbols: symbols.c
+ $(HOSTCC) -o $@ $<