>From f18c599455383522b3901d0585befc2afa8cfe93 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Wed, 22 Apr 2009 12:39:24 +0200 Subject: [PATCH 3/5] 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..70ea257 --- /dev/null +++ b/hw/Makefile @@ -0,0 +1,2 @@ +all: + $(MAKE) -C .. $@ -- 1.6.2.2