From 5d3a4a385800111da6ea0b6e607685c0c42a37fa Mon Sep 17 00:00:00 2001 From: "kfraser@localhost.localdomain" Date: Fri, 17 Nov 2006 09:16:51 +0000 Subject: [MINIOS] Event channel hypercall update for 64-bit guests. Signed-off-by: Grzegorz Milos --- extras/mini-os/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'extras/mini-os/Makefile') diff --git a/extras/mini-os/Makefile b/extras/mini-os/Makefile index 9bc4eb37f9..a389bc5d03 100644 --- a/extras/mini-os/Makefile +++ b/extras/mini-os/Makefile @@ -122,6 +122,7 @@ clean: rm -f *.o *~ core $(TARGET).elf $(TARGET).raw $(TARGET) $(TARGET).gz rm -f libminios.a find . -type l | xargs rm -f + rm -f tags TAGS %.o: %.c $(HDRS) Makefile $(CC) $(CFLAGS) $(CPPFLAGS) -c $< -o $@ @@ -137,4 +138,7 @@ endef cscope: $(all_sources) > cscope.files cscope -k -b -q - + +.PHONY: tags +tags: + $(all_sources) | xargs ctags -- cgit v1.2.3