ramips: move different subtarget image generation to separate makefiles to improve...
authorJohn Crispin <john@openwrt.org>
Fri, 1 Apr 2016 07:11:48 +0000 (07:11 +0000)
committerJohn Crispin <john@openwrt.org>
Fri, 1 Apr 2016 07:11:48 +0000 (07:11 +0000)
commit43ec99eb7eef5d914f09f29870333c52e781d869
tree949994aee62a0ccbeb0aced96cb8db38a8a9fdd9
parent6e880571e1ceea35310e3f88703f50d63d75e215
ramips: move different subtarget image generation to separate makefiles to improve maintainability

- all subtarget specific defines are in their own files
- common defines left in main Makefile
- each subtarget makefile idefed with SUBTARGET
- all subtargets compile tested
- few seems to be broken/unneeded things marked with FIXME

Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 49104
target/linux/ramips/image/Makefile
target/linux/ramips/image/mt7620.mk [new file with mode: 0644]
target/linux/ramips/image/mt7621.mk [new file with mode: 0644]
target/linux/ramips/image/mt7628.mk [new file with mode: 0644]
target/linux/ramips/image/mt7688.mk [new file with mode: 0644]
target/linux/ramips/image/rt288x.mk [new file with mode: 0644]
target/linux/ramips/image/rt305x.mk [new file with mode: 0644]
target/linux/ramips/image/rt3883.mk [new file with mode: 0644]