mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 22:47:56 +00:00
8 lines
154 B
Makefile
8 lines
154 B
Makefile
|
CPU_TYPE:=xlr
|
||
|
CPU_FLAGS_xlr:=-march=xlr -mabi=64
|
||
|
BOARDNAME:=xlr
|
||
|
|
||
|
define Target/Description
|
||
|
Build firmware images for Broadcom/Netlogic XLR boards.
|
||
|
endef
|