projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c50ec67
)
MIPS: zboot: Remove copied source files on clean
author
Alban Bedel
<
[email protected]
>
Tue, 26 Jan 2016 08:38:28 +0000
(09:38 +0100)
committer
Ralf Baechle
<
[email protected]
>
Sun, 3 Apr 2016 08:37:21 +0000
(10:37 +0200)
The copied source files must be added to the extra-y list to have them
removed on clean.
Signed-off-by: Alban Bedel <
[email protected]
>
Cc: Andrew Bresticker <
[email protected]
>
Cc: Alex Smith <
[email protected]
>
Cc: Wu Zhangjin <
[email protected]
>
Cc:
[email protected]
Cc:
[email protected]
Patchwork: https://patchwork.linux-mips.org/patch/12233/
Signed-off-by: Ralf Baechle <
[email protected]
>
arch/mips/boot/compressed/Makefile
patch
|
blob
|
history
diff --git
a/arch/mips/boot/compressed/Makefile
b/arch/mips/boot/compressed/Makefile
index acfc3ce6859ad4cd5add52b1c35b9dd4799557a6..309d2ad67e4d6ee3d7c8c844506b5ae8bd92b24d 100644
(file)
--- a/
arch/mips/boot/compressed/Makefile
+++ b/
arch/mips/boot/compressed/Makefile
@@
-41,6
+41,7
@@
endif
vmlinuzobjs-$(CONFIG_KERNEL_XZ) += $(obj)/ashldi3.o $(obj)/bswapsi.o
+extra-y += ashldi3.c bswapsi.c
$(obj)/ashldi3.o $(obj)/bswapsi.o: KBUILD_CFLAGS += -I$(srctree)/arch/mips/lib
$(obj)/ashldi3.c $(obj)/bswapsi.c: $(obj)/%.c: $(srctree)/arch/mips/lib/%.c
$(call cmd,shipped)