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