334fdea08d
As it turned out we may actually build both initramfs and SD-based images in one run with just a small tweak in existing image/Makefile and so we do here. We're back with one "generic" target for all ARC HS38-based bords. Kudos to John for his patience and very helpful tips! Signed-off-by: John Crispin <john@phrozen.org> Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Cc: Jo-Philipp Wich <jo@mein.io>
9 lines
133 B
Makefile
9 lines
133 B
Makefile
BOARDNAME:=Generic
|
|
FEATURES += ext4 usb ramdisk
|
|
|
|
define Target/Description
|
|
Build firmware images for ARC HS38 based boards.
|
|
endef
|
|
|
|
|