1*472ab9eeSJoel Stanley# SPDX-License-Identifier: GPL-2.0 2*472ab9eeSJoel Stanley# 3*472ab9eeSJoel Stanley# Makefile for bootable kernel images 4*472ab9eeSJoel Stanley# 5*472ab9eeSJoel Stanley 6*472ab9eeSJoel Stanleytargets += vmlinux.bin 7*472ab9eeSJoel Stanley 8*472ab9eeSJoel StanleyOBJCOPYFLAGS_vmlinux.bin := -O binary 9*472ab9eeSJoel Stanley$(obj)/vmlinux.bin: vmlinux FORCE 10*472ab9eeSJoel Stanley $(call if_changed,objcopy) 11