diff options
Diffstat (limited to 'target/tools/trx/Makefile')
-rw-r--r-- | target/tools/trx/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/tools/trx/Makefile b/target/tools/trx/Makefile new file mode 100644 index 000000000..8daf54e78 --- /dev/null +++ b/target/tools/trx/Makefile @@ -0,0 +1,4 @@ +include $(TOPDIR)/rules.mk + +all: + $(HOSTCC) -o ${STAGING_HOST_DIR}/bin/trx trx.c |