bcm47xx: move device definitions to subfiles
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>
Sun, 7 Jun 2020 11:12:43 +0000 (13:12 +0200)
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>
Fri, 12 Jun 2020 17:01:47 +0000 (19:01 +0200)
commit1226113fe2b9aadf120bb8f771938665028f632c
treef60cd07b7f20b7611682664aa5f82fe445c0cbd3
parentfeb55fd3ecfc3d02f212c1b2f1af748e3233ecd5
bcm47xx: move device definitions to subfiles

With several subtargets, the image/Makefile becomes crowded after a
while. Many targets have moved their device definitions to $subtarget.mk
files to have them more organized, let's do this here as well.

Cc: Rafał Miłecki <rafal@milecki.pl>
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
target/linux/bcm47xx/image/Makefile
target/linux/bcm47xx/image/generic.mk [new file with mode: 0644]
target/linux/bcm47xx/image/legacy.mk [new file with mode: 0644]
target/linux/bcm47xx/image/mips74k.mk [new file with mode: 0644]