summaryrefslogtreecommitdiff
path: root/tools/trx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/trx/Makefile')
-rw-r--r--tools/trx/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/trx/Makefile b/tools/trx/Makefile
new file mode 100644
index 000000000..25e2b02db
--- /dev/null
+++ b/tools/trx/Makefile
@@ -0,0 +1,4 @@
+include $(TOPDIR)/rules.mk
+
+all: trx.c
+ $(CC_FOR_BUILD) $(FLAGS_FOR_BUILD) -o ${STAGING_HOST_DIR}/usr/bin/trx trx.c