Makefile (8dd06ef34b6e2f41b29fbf5fc1663780f2524285) | Makefile (8212f8986d311ccf6a72305e6bdbd814691701d6) |
---|---|
1# 2# This file is subject to the terms and conditions of the GNU General Public 3# License. See the file "COPYING" in the main directory of this archive 4# for more details. 5# 6# Copyright (C) 1995, 1998, 2001, 2002 by Ralf Baechle 7# Copyright (C) 2004 Maciej W. Rozycki 8# --- 157 unchanged lines hidden (view full) --- 166 --warning no-unit_address_vs_reg" \ 167 -f $(2) $@ 168 169$(obj)/vmlinux.itb: $(obj)/vmlinux.its $(obj)/vmlinux.bin FORCE 170 $(call if_changed,itb-image,$<) 171 172$(obj)/vmlinux.%.itb: $(obj)/vmlinux.%.its $(obj)/vmlinux.bin.% FORCE 173 $(call if_changed,itb-image,$<) | 1# 2# This file is subject to the terms and conditions of the GNU General Public 3# License. See the file "COPYING" in the main directory of this archive 4# for more details. 5# 6# Copyright (C) 1995, 1998, 2001, 2002 by Ralf Baechle 7# Copyright (C) 2004 Maciej W. Rozycki 8# --- 157 unchanged lines hidden (view full) --- 166 --warning no-unit_address_vs_reg" \ 167 -f $(2) $@ 168 169$(obj)/vmlinux.itb: $(obj)/vmlinux.its $(obj)/vmlinux.bin FORCE 170 $(call if_changed,itb-image,$<) 171 172$(obj)/vmlinux.%.itb: $(obj)/vmlinux.%.its $(obj)/vmlinux.bin.% FORCE 173 $(call if_changed,itb-image,$<) |
174 175# for cleaning 176subdir- += compressed tools |
|