aboutsummaryrefslogtreecommitdiffstats
path: root/extras/mini-os/Makefile
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-05-04 11:19:27 +0100
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-05-04 11:19:27 +0100
commitf5ca520dc44bf770d413a2203e911ca647d87f43 (patch)
tree29413bb1922e03b3d2c413a019b550b7fefbe8c0 /extras/mini-os/Makefile
parent4ea3fb1c8fac22e727c70378c517256bac013d73 (diff)
downloadxen-f5ca520dc44bf770d413a2203e911ca647d87f43.tar.gz
xen-f5ca520dc44bf770d413a2203e911ca647d87f43.tar.bz2
xen-f5ca520dc44bf770d413a2203e911ca647d87f43.zip
Fix fault handler for both 32 and 64 bit architecture. Clean up unused code.
Signed-off-by: Grzegorz Milos <gm281@cam.ac.uk> Signed-off-by: Aravindh Puthiyaparambil <aravindh.puthiyaparambil@unisys.com>
Diffstat (limited to 'extras/mini-os/Makefile')
-rw-r--r--extras/mini-os/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/extras/mini-os/Makefile b/extras/mini-os/Makefile
index 2271f00be2..3a31e3a0d6 100644
--- a/extras/mini-os/Makefile
+++ b/extras/mini-os/Makefile
@@ -60,4 +60,12 @@ clean:
%.o: %.S $(HDRS) Makefile
$(CC) $(CFLAGS) -D__ASSEMBLY__ -c $< -o $@
+define all_sources
+ ( find . -follow -name SCCS -prune -o -name '*.[chS]' -print )
+endef
+
+.PHONY: cscope
+cscope:
+ $(all_sources) > cscope.files
+ cscope -k -b -q