Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v3.15 10 lines 199 B view raw
1# 2# Makefile for bootable kernel images 3# 4 5OBJCOPYFLAGS_vmlinux.bin := -O binary 6$(obj)/vmlinux.bin: vmlinux FORCE 7 $(call if_changed,objcopy) 8 9$(obj)/dtbImage.%: vmlinux 10 $(call if_changed,objcopy)