tn3399_openwrt/target/linux/archs38/generic/target.mk
Alexey Brodkin 334fdea08d archs38: Merge sd and ramfs subtargets in generic again
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>
2016-08-20 05:33:47 +02:00

9 lines
133 B
Makefile

BOARDNAME:=Generic
FEATURES += ext4 usb ramdisk
define Target/Description
Build firmware images for ARC HS38 based boards.
endef