aboutsummaryrefslogtreecommitdiffstats
path: root/extras/mini-os/Makefile
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-11-17 09:16:51 +0000
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-11-17 09:16:51 +0000
commit5d3a4a385800111da6ea0b6e607685c0c42a37fa (patch)
treefd249b5a18cb1400c23f59166ceeb04272ee660a /extras/mini-os/Makefile
parent7d58e874105e17c7cd15c1734e66dd8ccb14d996 (diff)
downloadxen-5d3a4a385800111da6ea0b6e607685c0c42a37fa.tar.gz
xen-5d3a4a385800111da6ea0b6e607685c0c42a37fa.tar.bz2
xen-5d3a4a385800111da6ea0b6e607685c0c42a37fa.zip
[MINIOS] Event channel hypercall update for 64-bit guests.
Signed-off-by: Grzegorz Milos <gm281@cam.ac.uk>
Diffstat (limited to 'extras/mini-os/Makefile')
-rw-r--r--extras/mini-os/Makefile6
1 files changed, 5 insertions, 1 deletions
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