http://www.hht-eu.com/pls/hht/docs/F3140/bcm963xx_Speedport500V.0.09.04L.300L01.V27_c...
[bcm963xx.git] / kernel / linux / arch / h8300 / boot / Makefile
1 # arch/h8300/boot/Makefile
2
3 targets := vmlinux.srec vmlinux.bin
4
5 OBJCOPYFLAGS_vmlinux.srec := -Osrec
6 OBJCOPYFLAGS_vmlinux.bin  := -Obinary
7
8 $(obj)/vmlinux.srec $(obj)/vmlinux.bin:  vmlinux FORCE
9         $(call if_changed,objcopy)
10         @echo '  Kernel: $@ is ready'
11
12 CLEAN_FILES += arch/$(ARCH)/vmlinux.bin arch/$(ARCH)/vmlinux.srec