From f5ca520dc44bf770d413a2203e911ca647d87f43 Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Thu, 4 May 2006 11:19:27 +0100 Subject: Fix fault handler for both 32 and 64 bit architecture. Clean up unused code. Signed-off-by: Grzegorz Milos Signed-off-by: Aravindh Puthiyaparambil --- extras/mini-os/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'extras/mini-os/Makefile') 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 -- cgit v1.2.3