[Buildroot] svn commit: trunk/buildroot/package/tslib

vanokuten at uclibc.org vanokuten at uclibc.org
Tue Dec 11 20:11:21 UTC 2007


Author: vanokuten
Date: 2007-12-11 12:11:19 -0800 (Tue, 11 Dec 2007)
New Revision: 20639

Log:
add ts_test utility

Modified:
   trunk/buildroot/package/tslib/tslib.mk


Changeset:
Modified: trunk/buildroot/package/tslib/tslib.mk
===================================================================
--- trunk/buildroot/package/tslib/tslib.mk	2007-12-11 19:53:51 UTC (rev 20638)
+++ trunk/buildroot/package/tslib/tslib.mk	2007-12-11 20:11:19 UTC (rev 20639)
@@ -79,6 +79,8 @@
 	-$(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/bin/ts_finddev
 	cp -dpf $(STAGING_DIR)/usr/bin/inputattach $(TARGET_DIR)/usr/bin/
 	-$(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/bin/inputattach
+	cp -dpf $(STAGING_DIR)/usr/bin/ts_test $(TARGET_DIR)/usr/bin/
+	-$(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/bin/ts_test
 	cp -dpf package/tslib/ts.conf $(TARGET_DIR)/etc/
 
 tslib: uclibc $(TARGET_DIR)/usr/lib/libts.so




More information about the buildroot mailing list