From f70cf51325f6fd7d558a4508c15005233b8dfa38 Mon Sep 17 00:00:00 2001 From: Konrad Rzeszutek Wilk Date: Wed, 9 Feb 2011 15:36:55 -0500 Subject: [PATCH] from tools/debug install drfb_* files --- root_image/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/root_image/Makefile b/root_image/Makefile index 448616d..f5e2c44 100644 --- a/root_image/Makefile +++ b/root_image/Makefile @@ -824,7 +824,7 @@ busybox/.config: busybox.config $(MAKE) -j$$(($(NCPUS) * 2)) -C busybox oldconfig .PHONY: xtt-tools-install -xtt-tools-install: +xtt-tools-install: directfb-install LDLIBS="-L$(shell pwd)/userspace/$(LIBSDIR)" $(MAKE) -j$$(($(NCPUS) * 2)) $(MFLAGS) -C tools $(INSTALL_PROG) tools/ssh_support/ssh-shadowgen userspace/usr/sbin/ $(INSTALL_SCRIPT) tools/ssh_support/sshd_server userspace/usr/bin/ @@ -835,6 +835,8 @@ xtt-tools-install: $(INSTALL_PROG) tools/debug/fb_test userspace/usr/bin/ $(INSTALL_PROG) tools/crashme/crashme userspace/usr/bin/ $(INSTALL_PROG) tools/eatmem/eatmem userspace/usr/bin/ + $(INSTALL_PROG) tools/drfb_test/dfbtest_fillrect userspace/usr/bin/ + $(INSTALL_PROG) tools/drfb_load/drfb_load userspace/usr/bin/ fio/fio: fio/fio $(MAKE) -j$$(($(NCPUS) * 2)) -C fio -- 2.39.5