xref: /openbmc/linux/arch/openrisc/boot/Makefile (revision d0034a7a4ac7fae708146ac0059b9c47a1543f0d)
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