From dbd56b5c30b26127b97504cbd560bf9460a04d26 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Tue, 17 Jun 2008 09:36:25 +0100 Subject: minios,stubdom: Add OBJ_DIR parameter to compile outside sources, which permits to easily compile mini-os in various flavors. Also clean some parts of stubdom build. Signed-off-by: Samuel Thibault --- stubdom/c/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'stubdom/c') diff --git a/stubdom/c/Makefile b/stubdom/c/Makefile index cd74490aef..b5cb8e2cd7 100644 --- a/stubdom/c/Makefile +++ b/stubdom/c/Makefile @@ -4,10 +4,7 @@ include $(XEN_ROOT)/Config.mk all: main.a -main-c.c: - ln -sf $(XEN_ROOT)/extras/mini-os/main.c $@ - -main.a: main-c.o main.o +main.a: main.o $(AR) cr $@ $^ clean: -- cgit v1.2.3