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] - Diff between revs 1622 and 1765

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 1622 Rev 1765
#
#
# arch/arm/boot/Makefile
# arch/arm/boot/Makefile
#
#
# This file is subject to the terms and conditions of the GNU General Public
# This file is subject to the terms and conditions of the GNU General Public
# License.  See the file "COPYING" in the main directory of this archive
# License.  See the file "COPYING" in the main directory of this archive
# for more details.
# for more details.
#
#
# Copyright (C) 1995, 1996 Russell King
# Copyright (C) 1995, 1996 Russell King
#
#
Image:  $(CONFIGURE) tools/build $(TOPDIR)/vmlinux
Image:  $(CONFIGURE) tools/build $(TOPDIR)/vmlinux
        tools/build $(TOPDIR)/vmlinux > Image
        tools/build $(TOPDIR)/vmlinux > Image
        sync
        sync
zImage: $(CONFIGURE) tools/build compressed/vmlinux
zImage: $(CONFIGURE) tools/build compressed/vmlinux
        tools/build compressed/vmlinux > zImage
        tools/build compressed/vmlinux > zImage
compressed/vmlinux: $(TOPDIR)/vmlinux dep
compressed/vmlinux: $(TOPDIR)/vmlinux dep
        @$(MAKE) -C compressed vmlinux
        @$(MAKE) -C compressed vmlinux
install: $(CONFIGURE) Image
install: $(CONFIGURE) Image
        sh ./install.sh $(VERSION).$(PATCHLEVEL).$(SUBLEVEL) Image $(TOPDIR)/System.map "$(INSTALL_PATH)"
        sh ./install.sh $(VERSION).$(PATCHLEVEL).$(SUBLEVEL) Image $(TOPDIR)/System.map "$(INSTALL_PATH)"
zinstall: $(CONFIGURE) zImage
zinstall: $(CONFIGURE) zImage
        sh ./install.sh $(VERSION).$(PATCHLEVEL).$(SUBLEVEL) zImage $(TOPDIR)/System.map "$(INSTALL_PATH)"
        sh ./install.sh $(VERSION).$(PATCHLEVEL).$(SUBLEVEL) zImage $(TOPDIR)/System.map "$(INSTALL_PATH)"
tools/build: tools/build.c
tools/build: tools/build.c
        $(HOSTCC) $(HOSTCFLAGS) -o $@ $< -I$(TOPDIR)/include
        $(HOSTCC) $(HOSTCFLAGS) -o $@ $< -I$(TOPDIR)/include
clean:
clean:
        rm -f Image zImage tools/build
        rm -f Image zImage tools/build
        @$(MAKE) -C compressed clean
        @$(MAKE) -C compressed clean
dep:
dep:
 
 

powered by: WebSVN 2.1.0

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