all: configure

VERBOSE=@

.PHONY: configure

configure:
	$(VERBOSE)echo "create standard configuration of l4linux, l4env, fiasco ..."
	$(MAKE) -C l4 oldconfig
	$(MAKE) -C l4linux-2.6 O=../l4lx oldconfig CONFIG_L4_L4DIR=`pwd`/l4
	$(MAKE) -C l4linux-2.6 O=../l4lx-drv oldconfig CONFIG_L4_L4DIR=`pwd`/l4
