root_image/netperf
root_image/tools/ssh_support/ssh-shadowgen
root_image/pciutils
+root_image/tools/debug/fb_test
+root_image/tools/debug/fbtools
+root_image/tools/load_xen_modules/xen-detect
+root_image/tools/iostat-2.2/iostat
+Module.*
+*.ko.cmd
+*.o.cmd
+*.mod.c
+*.ko
+*.o
+modules.order
@echo ''
COMPONENTS = root_image linux syslinux
-
+TOP= .
include sources.mk
#####################################################################
mkdir -p $(LINUX_DST);
./linux_cfg.pl $(DEF_CONFIG) linux.config >$@
cp -f early-devs $(LINUX_DST)
- yes | $(MAKE) -C $(LINUX_SRC) O=$(LINUX_DST) oldconfig
+ yes "" | $(MAKE) -C $(LINUX_SRC) O=$(LINUX_DST) oldconfig
.PHONY: linux-modules
linux-modules: linux-config
FC12_RPM = 1
endif
-LINUX_DST = ../linux-build
+TOP = ../
+include $(TOP)/sources.mk
+LINUX_DST = $(TOP)/linux-build
LINUX_SRC = $(dir $(CURDIR))linux
# Define the install commands that we'll need
REPOS = syslinux root_image/busybox root_image/netperf root_image/pciutils root_image/RPMs xen linux
-include scm.mk
+include $(TOP)/scm.mk
GIT_URL=git://xenbits.xensource.com/xentesttools/
# Unroll those defines in real $-fetch labels..
$(eval $(call GIT_REPO,syslinux.git,syslinux))