File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -35,13 +35,25 @@ $(obj)/vmlinux.bin.gz: $(obj)/vmlinux.bin FORCE
35
35
$(obj ) /vmlinux.bin.lzma : $(obj ) /vmlinux.bin FORCE
36
36
$(call if_changed,lzma)
37
37
38
+ ifeq ($(CONFIG_ISA_ARCV3 ) ,y)
39
+ $(obj ) /uImage.bin : $(obj ) /vmlinux.bin $(obj ) /loader FORCE
40
+ else
38
41
$(obj ) /uImage.bin : $(obj ) /vmlinux.bin FORCE
42
+ endif
39
43
$(call if_changed,uimage,none)
40
44
45
+ ifeq ($(CONFIG_ISA_ARCV3 ) ,y)
46
+ $(obj ) /uImage.gz : $(obj ) /vmlinux.bin.gz $(obj ) /loader FORCE
47
+ else
41
48
$(obj ) /uImage.gz : $(obj ) /vmlinux.bin.gz FORCE
49
+ endif
42
50
$(call if_changed,uimage,gzip)
43
51
52
+ ifeq ($(CONFIG_ISA_ARCV3 ) ,y)
53
+ $(obj ) /uImage.lzma : $(obj ) /vmlinux.bin.lzma $(obj ) /loader FORCE
54
+ else
44
55
$(obj ) /uImage.lzma : $(obj ) /vmlinux.bin.lzma FORCE
56
+ endif
45
57
$(call if_changed,uimage,lzma)
46
58
47
59
$(obj ) /loader.o : $(src ) /loader.S $(obj ) /vmlinux.bin
You can’t perform that action at this time.
0 commit comments