summaryrefslogtreecommitdiff
path: root/arch/openrisc/boot/Makefile
blob: 5b28538f4dd1b49daa8ed8ce7c30dc0d995a13aa (plain)
1
2
3
4
5
6
7
8
9
10
# SPDX-License-Identifier: GPL-2.0
#
# Makefile for bootable kernel images
#

targets += vmlinux.bin

OBJCOPYFLAGS_vmlinux.bin := -O binary
$(obj)/vmlinux.bin: vmlinux FORCE
	$(call if_changed,objcopy)