# 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
.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