Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v2.6.21 12 lines 321 B view raw
1# arch/h8300/boot/Makefile 2 3targets := vmlinux.srec vmlinux.bin 4 5OBJCOPYFLAGS_vmlinux.srec := -Osrec 6OBJCOPYFLAGS_vmlinux.bin := -Obinary 7 8$(obj)/vmlinux.srec $(obj)/vmlinux.bin: vmlinux FORCE 9 $(call if_changed,objcopy) 10 @echo ' Kernel: $@ is ready' 11 12CLEAN_FILES += arch/$(ARCH)/vmlinux.bin arch/$(ARCH)/vmlinux.srec