diff options
author | Alexey Brodkin <Alexey.Brodkin@synopsys.com> | 2016-08-19 13:58:36 +0300 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-08-20 05:33:47 +0200 |
commit | 334fdea08d71079d6e0f5bc8dc79790c0402ae2a (patch) | |
tree | db91746f7c60a25dde9f3dc78244c53be7b88477 /target/linux/archs38/Makefile | |
parent | 070edfd92f8f83a93312a7df5f59048d74286584 (diff) | |
download | upstream-334fdea08d71079d6e0f5bc8dc79790c0402ae2a.tar.gz upstream-334fdea08d71079d6e0f5bc8dc79790c0402ae2a.tar.bz2 upstream-334fdea08d71079d6e0f5bc8dc79790c0402ae2a.zip |
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>
Diffstat (limited to 'target/linux/archs38/Makefile')
-rw-r--r-- | target/linux/archs38/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/archs38/Makefile b/target/linux/archs38/Makefile index cbdbfba34a..166d3d5540 100644 --- a/target/linux/archs38/Makefile +++ b/target/linux/archs38/Makefile @@ -11,7 +11,7 @@ CPU_TYPE:=archs BOARD:=archs38 BOARDNAME:=Synopsys DesignWare ARC HS38 MAINTAINER:=Alexey Brodkin <abrodkin@synopsys.com> -SUBTARGETS:=sd ramdisk +SUBTARGETS:=generic KERNEL_PATCHVER:=4.4 |