9 lines
136 B
Makefile
9 lines
136 B
Makefile
|
BOARDNAME:=Generic
|
||
|
FEATURES += ramdisk usb
|
||
|
|
||
|
define Target/Description
|
||
|
Build firmware images for generic ARC 770D based boards.
|
||
|
endef
|
||
|
|
||
|
|