From 5c0ffac838df120817e93dfe06574a5ffba522e2 Mon Sep 17 00:00:00 2001 From: Tim Deegan Date: Thu, 2 Aug 2007 09:02:08 +0100 Subject: [MINIOS] fix x86_64 p2m map and CFLAGS Signed-off-by: Tim Deegan --- extras/mini-os/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'extras/mini-os/Makefile') diff --git a/extras/mini-os/Makefile b/extras/mini-os/Makefile index 75427676e5..26fe5ca8f6 100644 --- a/extras/mini-os/Makefile +++ b/extras/mini-os/Makefile @@ -123,3 +123,7 @@ cscope: tags: $(all_sources) | xargs ctags +.PHONY: TAGS +TAGS: + $(all_sources) | xargs etags + -- cgit v1.2.3