aboutsummaryrefslogtreecommitdiffstats
path: root/extras/mini-os/Makefile
diff options
context:
space:
mode:
authorkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2003-10-11 08:09:11 +0000
committerkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2003-10-11 08:09:11 +0000
commita80f7fc9097ba24759ebf724cd9da531cf34ca95 (patch)
tree2324c1d0f5f14e3b2450f41ef1e231a4a55f7605 /extras/mini-os/Makefile
parent6c03ade535f4445bf318c2b10eb4ff7684b17500 (diff)
downloadxen-a80f7fc9097ba24759ebf724cd9da531cf34ca95.tar.gz
xen-a80f7fc9097ba24759ebf724cd9da531cf34ca95.tar.bz2
xen-a80f7fc9097ba24759ebf724cd9da531cf34ca95.zip
bitkeeper revision 1.501.1.2 (3f87baa7GCRi_yatMEUW36MM6ZAyEQ)
xen_refresh_dev.c: new file
Diffstat (limited to 'extras/mini-os/Makefile')
-rw-r--r--extras/mini-os/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/extras/mini-os/Makefile b/extras/mini-os/Makefile
index f437cf2f58..18ae585db7 100644
--- a/extras/mini-os/Makefile
+++ b/extras/mini-os/Makefile
@@ -35,6 +35,7 @@ $(TARGET): hypervisor-ifs head.o $(OBJS)
clean:
find . -type f -name '*.o' | xargs rm -f
rm -f *.o *~ core $(TARGET).elf $(TARGET).raw $(TARGET) $(TARGET).gz
+ find . -type l | xargs rm -f
%.o: %.c $(HDRS) Makefile
$(CC) $(CFLAGS) -c $< -o $@