| xj | b04a402 | 2021-11-25 15:01:52 +0800 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
| 2 | # | ||||
| 3 | # Makefile for bootable kernel images | ||||
| 4 | # | ||||
| 5 | |||||
| 6 | OBJCOPYFLAGS_vmlinux.bin := -O binary | ||||
| 7 | $(obj)/vmlinux.bin: vmlinux FORCE | ||||
| 8 | $(call if_changed,objcopy) | ||||
| 9 | |||||
| 10 | $(obj)/dtbImage.%: vmlinux | ||||
| 11 | $(call if_changed,objcopy) | ||||