]> xenbits.xensource.com Git - xentesttools/bootstrap.git/commitdiff
from tools/debug install drfb_* files
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wed, 9 Feb 2011 20:36:55 +0000 (15:36 -0500)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wed, 9 Feb 2011 20:36:55 +0000 (15:36 -0500)
root_image/Makefile

index 448616dcecd7a8de9e123569e19f89fae8c3790e..f5e2c44324e374af981e34cfa3d73d4a1932d554 100644 (file)
@@ -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