diff options
| author | Mike Baker <mbm@openwrt.org> | 2005-03-06 03:34:52 +0000 |
|---|---|---|
| committer | Mike Baker <mbm@openwrt.org> | 2005-03-06 03:34:52 +0000 |
| commit | 6b93231c4f64a61103dfc16acebedd18b4c25171 (patch) | |
| tree | aad933069e7dedf29eb70dbfd81e9ca95d9b578f /openwrt/toolchain/binutils/Makefile | |
| parent | 14e0fec336fca0766605968fe9dd7eef2448736f (diff) | |
| download | mtk-20170518-6b93231c4f64a61103dfc16acebedd18b4c25171.zip mtk-20170518-6b93231c4f64a61103dfc16acebedd18b4c25171.tar.gz mtk-20170518-6b93231c4f64a61103dfc16acebedd18b4c25171.tar.bz2 | |
nbd's makefile/menuconfig rewrite
SVN-Revision: 307
Diffstat (limited to 'openwrt/toolchain/binutils/Makefile')
| -rw-r--r-- | openwrt/toolchain/binutils/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/openwrt/toolchain/binutils/Makefile b/openwrt/toolchain/binutils/Makefile new file mode 100644 index 0000000..2bbb487 --- /dev/null +++ b/openwrt/toolchain/binutils/Makefile @@ -0,0 +1,9 @@ +include $(TOPDIR)/rules.mk + +include ./binutils.mk + +source: binutils-source +prepare: $(BINUTILS_DIR)/.patched +compile: $(BINUTILS_DIR1)/binutils/objdump +install: binutils +clean: binutils-distclean binutils-toolclean |
