diff options
| author | Masahiro Yamada <[email protected]> | 2021-01-17 11:16:32 +0000 |
|---|---|---|
| committer | Rich Felker <[email protected]> | 2021-09-17 18:00:07 +0000 |
| commit | 7fe859eef99b6fac655416d5bb01c82bd0da2ada (patch) | |
| tree | 02a9955102fc72ce7b22c632e9c9d93192862ec1 /drivers/fpga/fpga-mgr.c | |
| parent | sh: boot: add intermediate vmlinux.bin* to targets instead of extra-y (diff) | |
| download | kernel-7fe859eef99b6fac655416d5bb01c82bd0da2ada.tar.gz kernel-7fe859eef99b6fac655416d5bb01c82bd0da2ada.zip | |
sh: boot: avoid unneeded rebuilds under arch/sh/boot/compressed/
Even if none of source code is updated, the following are every time
rebuilt:
CC arch/sh/boot/compressed/cache.o
SHIPPED arch/sh/boot/compressed/ashiftrt.S
AS arch/sh/boot/compressed/ashiftrt.o
SHIPPED arch/sh/boot/compressed/ashldi3.c
CC arch/sh/boot/compressed/ashldi3.o
SHIPPED arch/sh/boot/compressed/ashrsi3.S
AS arch/sh/boot/compressed/ashrsi3.o
SHIPPED arch/sh/boot/compressed/ashlsi3.S
AS arch/sh/boot/compressed/ashlsi3.o
SHIPPED arch/sh/boot/compressed/lshrsi3.S
AS arch/sh/boot/compressed/lshrsi3.o
LD arch/sh/boot/compressed/vmlinux
OBJCOPY arch/sh/boot/zImage
Add build artifacts to 'targets' as needed.
I turned the library files to check-in files. It is simpler than
copying from arch/sh/lib/ at build-time.
Signed-off-by: Masahiro Yamada <[email protected]>
Tested-by: John Paul Adrian Glaubitz <[email protected]>
Signed-off-by: Rich Felker <[email protected]>
Diffstat (limited to 'drivers/fpga/fpga-mgr.c')
0 files changed, 0 insertions, 0 deletions
