diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-16 19:55:02 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-16 19:55:02 +0100 |
commit | 4c509fb2b812a34246078b97e92425d3578ec3ef (patch) | |
tree | 0bfb96fbfd1291dc7b7120fa3680fdb611d1559e /target/ag241/tools/srec2bin/Makefile | |
parent | 0fe98e5899e84f30f0fe7f82a064cc8836e9c0f2 (diff) |
add basic support for ag241 ar7 based dsl router
- my wag54g died. disable wag54g for now.
- add 2.6.32 support for ag241.
- cpmac still broken
Diffstat (limited to 'target/ag241/tools/srec2bin/Makefile')
-rw-r--r-- | target/ag241/tools/srec2bin/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/ag241/tools/srec2bin/Makefile b/target/ag241/tools/srec2bin/Makefile new file mode 100644 index 000000000..dd6a285fd --- /dev/null +++ b/target/ag241/tools/srec2bin/Makefile @@ -0,0 +1,4 @@ +include $(TOPDIR)/rules.mk + +all: + $(HOSTCC) ${HOSTCFLAGS} -o ${STAGING_TOOLS}/bin/srec2bin srec2bin.c |