]> Git Repo - linux.git/blame - arch/c6x/boot/Makefile
Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[linux.git] / arch / c6x / boot / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
c278400c
AJ
2#
3# Makefile for bootable kernel images
4#
5
6OBJCOPYFLAGS_vmlinux.bin := -O binary
7$(obj)/vmlinux.bin: vmlinux FORCE
8 $(call if_changed,objcopy)
9
c278400c
AJ
10$(obj)/dtbImage.%: vmlinux
11 $(call if_changed,objcopy)
This page took 0.314528 seconds and 4 git commands to generate.