OpenCores
URL https://opencores.org/ocsvn/or1k_old/or1k_old/trunk

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [rc203soc/] [sw/] [uClinux/] [arch/] [armnommu/] [boot/] [Makefile] - Blame information for rev 1765

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1622 jcastillo
#
2
# arch/arm/boot/Makefile
3
#
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
6
# for more details.
7
#
8
# Copyright (C) 1995, 1996 Russell King
9
#
10
 
11
Image:  $(CONFIGURE) tools/build $(TOPDIR)/vmlinux
12
        tools/build $(TOPDIR)/vmlinux > Image
13
        sync
14
 
15
zImage: $(CONFIGURE) tools/build compressed/vmlinux
16
        tools/build compressed/vmlinux > zImage
17
 
18
compressed/vmlinux: $(TOPDIR)/vmlinux dep
19
        @$(MAKE) -C compressed vmlinux
20
 
21
install: $(CONFIGURE) Image
22
        sh ./install.sh $(VERSION).$(PATCHLEVEL).$(SUBLEVEL) Image $(TOPDIR)/System.map "$(INSTALL_PATH)"
23
 
24
zinstall: $(CONFIGURE) zImage
25
        sh ./install.sh $(VERSION).$(PATCHLEVEL).$(SUBLEVEL) zImage $(TOPDIR)/System.map "$(INSTALL_PATH)"
26
 
27
tools/build: tools/build.c
28
        $(HOSTCC) $(HOSTCFLAGS) -o $@ $< -I$(TOPDIR)/include
29
 
30
clean:
31
        rm -f Image zImage tools/build
32
        @$(MAKE) -C compressed clean
33
 
34
dep:
35
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.