openwrt/target/linux/bcm63xx/smp/target.mk
Adrian Schmutzler e7bfda2c24 brcm63xx: rename target to bcm63xx
This change makes the names of Broadcom targets consistent by using
the common notation based on SoC/CPU ID (which is used internally
anyway), bcmXXXX instead of brcmXXXX.
This is even used for target TITLE in make menuconfig already,
only the short target name used brcm so far.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2020-02-14 14:10:51 +01:00

9 lines
157 B
Makefile

BOARDNAME:=smp
define Target/Description
Build firmware images for BCM63XX boards with SMP support.
Currently only BCM6362 and BCM6368 supported.
endef