From f9b4231a673d75dd6404ac5df8a47adc04437e6b Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Wed, 28 May 2008 09:30:48 +0100 Subject: stubdom: make the build more generic by moving as many stubdom parts into stubdom/ as possible. That also permits to build all of ioemu, c and caml stubdoms at the same time. Signed-off-by: Samuel Thibault --- extras/mini-os/Config.mk | 8 -------- 1 file changed, 8 deletions(-) (limited to 'extras/mini-os/Config.mk') diff --git a/extras/mini-os/Config.mk b/extras/mini-os/Config.mk index 15f7ed832c..96dd739ce7 100644 --- a/extras/mini-os/Config.mk +++ b/extras/mini-os/Config.mk @@ -55,11 +55,3 @@ DEF_CPPFLAGS += -DHAVE_LWIP DEF_CPPFLAGS += -I$(LWIPDIR)/src/include DEF_CPPFLAGS += -I$(LWIPDIR)/src/include/ipv4 endif - -ifneq ($(QEMUDIR),) -qemu=y -endif - -ifneq ($(CAMLDIR),) -caml=y -endif -- cgit v1.2.3