2 # arch/arm/boot/Makefile
4 # This file is subject to the terms and conditions of the GNU General Public
5 # License. See the file "COPYING" in the main directory of this archive
8 # Copyright (C) 1995, 1996 Russell King
11 SYSTEM
=$(TOPDIR
)/vmlinux
13 Image
: $(CONFIGURE
) $(SYSTEM
)
14 $(OBJCOPY
) $(SYSTEM
) $@
16 zImage
: $(CONFIGURE
) compressed
/vmlinux
17 $(OBJCOPY
) compressed
/vmlinux
$@
19 compressed
/vmlinux
: $(TOPDIR
)/vmlinux dep
20 @
$(MAKE
) -C compressed vmlinux
22 install: $(CONFIGURE
) Image
23 sh .
/install.sh
$(VERSION
).
$(PATCHLEVEL
).
$(SUBLEVEL
) Image
$(TOPDIR
)/System.map
"$(INSTALL_PATH)"
25 zinstall
: $(CONFIGURE
) zImage
26 sh .
/install.sh
$(VERSION
).
$(PATCHLEVEL
).
$(SUBLEVEL
) zImage
$(TOPDIR
)/System.map
"$(INSTALL_PATH)"
30 @
$(MAKE
) -C compressed
clean