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:
1bc3974
)
ARM: 7756/1: zImage/virt: remove hyp-stub.S during distclean
author
Magnus Damm
<
[email protected]
>
Wed, 12 Jun 2013 09:56:43 +0000
(10:56 +0100)
committer
Russell King
<
[email protected]
>
Mon, 17 Jun 2013 09:30:54 +0000
(10:30 +0100)
Make sure hyp-stub.S gets removed during make distclean,
this left over file was introduced in commit:
424e599
ARM: zImage/virt: hyp mode entry support for the zImage loader
Signed-off-by: Magnus Damm <
[email protected]
>
Acked-by: Dave Martin <
[email protected]
>
Reviewed-by: Simon Horman <
[email protected]
>
Signed-off-by: Russell King <
[email protected]
>
arch/arm/boot/compressed/Makefile
patch
|
blob
|
history
diff --git
a/arch/arm/boot/compressed/Makefile
b/arch/arm/boot/compressed/Makefile
index 79e9bdbfc491a29521939aa2747862fc491c6d6d..120b83bfde20e5b8f3d46b4f13ff4c82ef75a471 100644
(file)
--- a/
arch/arm/boot/compressed/Makefile
+++ b/
arch/arm/boot/compressed/Makefile
@@
-116,7
+116,8
@@
targets := vmlinux vmlinux.lds \
# Make sure files are removed during clean
extra-y += piggy.gzip piggy.lzo piggy.lzma piggy.xzkern \
- lib1funcs.S ashldi3.S $(libfdt) $(libfdt_hdrs)
+ lib1funcs.S ashldi3.S $(libfdt) $(libfdt_hdrs) \
+ hyp-stub.S
ifeq ($(CONFIG_FUNCTION_TRACER),y)
ORIG_CFLAGS := $(KBUILD_CFLAGS)