>From 7754e2fe0d2c955962e8a186e7f824b4b0139453 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Wed, 22 Apr 2009 12:39:24 +0200 Subject: [PATCH 04/10] add hw/Makefile So typing "make" in hw/ does something useful. Signed-off-by: Gerd Hoffmann --- hw/Makefile | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) create mode 100644 hw/Makefile diff --git a/hw/Makefile b/hw/Makefile new file mode 100644 index 0000000..625525c --- /dev/null +++ b/hw/Makefile @@ -0,0 +1,2 @@ +all: + make -C .. $@ -- 1.6.2.2