diff options
author | Paul Brook <paul@codesourcery.com> | 2009-05-25 18:54:53 +0100 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2009-05-25 18:56:13 +0100 |
commit | c2fb26379e8bd0586f3ff054538217377f86635f (patch) | |
tree | c4a8640f8073bb52a657cee92d19126cc4e2de5f /Makefile.hw | |
parent | Remove unused variable (diff) | |
download | qemu-kvm-c2fb26379e8bd0586f3ff054538217377f86635f.tar.gz qemu-kvm-c2fb26379e8bd0586f3ff054538217377f86635f.tar.bz2 qemu-kvm-c2fb26379e8bd0586f3ff054538217377f86635f.zip |
Add dummy command to submakefiles
Add a dummy command to the all: rule in sub-makefiles.
This avoids "Nothing to be done for `all'." messages from make.
Signed-off-by: Paul Brook <paul@codesourcery.com>
Diffstat (limited to 'Makefile.hw')
-rw-r--r-- | Makefile.hw | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.hw b/Makefile.hw index 010e63c8a..6accb3bc7 100644 --- a/Makefile.hw +++ b/Makefile.hw @@ -29,6 +29,8 @@ OBJS+= lsi53c895a.o esp.o OBJS+= dma-helpers.o sysbus.o all: $(HWLIB) +# Dummy command so that make thinks it has done something + @true $(HWLIB): $(OBJS) |