提交 822ec1b6 编写于 作者: M Masahiro Yamada 提交者: Russell King

ARM: 8540/1: decompressor: use clean-files instead of extra-y to clean files

This code works fine here, but it is tricky to use "extra-y" for
specifying files to be removed during "make clean".  Kbuild provides
"clean-files" for this purpose.
Signed-off-by: NMasahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
上级 684c1201
...@@ -94,8 +94,7 @@ targets := vmlinux vmlinux.lds \ ...@@ -94,8 +94,7 @@ targets := vmlinux vmlinux.lds \
lib1funcs.o ashldi3.o bswapsdi2.o \ lib1funcs.o ashldi3.o bswapsdi2.o \
head.o $(OBJS) head.o $(OBJS)
# Make sure files are removed during clean clean-files += piggy.gzip piggy.lzo piggy.lzma piggy.xzkern piggy.lz4 \
extra-y += piggy.gzip piggy.lzo piggy.lzma piggy.xzkern piggy.lz4 \
lib1funcs.S ashldi3.S bswapsdi2.S $(libfdt) $(libfdt_hdrs) \ lib1funcs.S ashldi3.S bswapsdi2.S $(libfdt) $(libfdt_hdrs) \
hyp-stub.S hyp-stub.S
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册