From 5dc804addd85aad463447328c47173cb548cc44a Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 11 Nov 2010 17:38:57 +0100 Subject: [PATCH] Makefile: update for the new changes Signed-off-by: Stephan Raue --- Makefile | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 5ca3295dfd..10ab9b0c07 100644 --- a/Makefile +++ b/Makefile @@ -1,18 +1,24 @@ BUILD_DIRS="build.*" -all: system +all: squashfs system: - ./scripts/install image system + ./scripts/image release: - ./scripts/install image release + ./scripts/image_release -addons: - ./scripts/install image addons +squashfs: + ./scripts/image_squashfs qemu: - ./scripts/install image qemu + ./scripts/image_qemu + +vmware: + ./scripts/image_vmware + +addons: + ./scripts/image_addons clean: rm -rf $(BUILD_DIRS)