From: Konrad Rzeszutek Wilk Date: Thu, 5 Jul 2012 21:20:06 +0000 (-0400) Subject: Makefile: Make the directfb compile more selective. X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=7523bbf701d7e2745a60c638fc0e6a022ad9d6b5;p=xentesttools%2Fbootstrap.git Makefile: Make the directfb compile more selective. Signed-off-by: Konrad Rzeszutek Wilk --- diff --git a/root_image/Makefile b/root_image/Makefile index c48d0d5..5a75339 100644 --- a/root_image/Makefile +++ b/root_image/Makefile @@ -188,7 +188,7 @@ distdir: # This target includes all userspace tools and images # It does not include the Linux drivers/modules found in the modulespace target .PHONY: root_image-userspace-install -root_image-userspace-install: $(USERSPACE_INSTALL) add-libs add-bins add-debug-bins tools-install wget-install vim-install rsync-install openssh-install xtt-tools-install netperf-install lvm2-install plymouth-install pciutils-install iscsi-install bridge-utils-install xend-install nfs-install fio-install irqbalance-install pm-utils-install cpufrequtils-install perf-install oprofile-install +root_image-userspace-install: $(USERSPACE_INSTALL) add-libs add-bins add-debug-bins tools-install wget-install vim-install rsync-install openssh-install xtt-tools-install netperf-install lvm2-install pciutils-install bridge-utils-install rm -rf userspace/man rm -rf userspace/usr/share/man @@ -921,6 +921,7 @@ busybox/.config: busybox.config .PHONY: xtt-tools-install-fb xtt-tools-install-fb: directfb-install + LDLIBS="-L$(shell pwd)/userspace/$(LIBSDIR)" $(MAKE) -j$$(($(NCPUS) * 2)) $(MFLAGS) -C tools/drfb_test $(INSTALL_PROG) tools/drfb_test/dfbtest_fillrect userspace/usr/bin/ .PHONY: xtt-tools-install diff --git a/root_image/tools/Makefile b/root_image/tools/Makefile index 0153481..bf40b67 100644 --- a/root_image/tools/Makefile +++ b/root_image/tools/Makefile @@ -4,7 +4,6 @@ SUBDIRS += iostat-2.2 SUBDIRS += debug SUBDIRS += eatmem SUBDIRS += crashme -SUBDIRS += drfb_test SUBDIRS += read_intr .PHONY: all