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

Subversion Repositories or1k_soc_on_altera_embedded_dev_kit

[/] [or1k_soc_on_altera_embedded_dev_kit/] [trunk/] [linux-2.6/] [linux-2.6.24/] [Makefile] - Diff between revs 3 and 7

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 3 Rev 7
Line 188... Line 188...
# make CROSS_COMPILE=ia64-linux-
# make CROSS_COMPILE=ia64-linux-
# Alternatively CROSS_COMPILE can be set in the environment.
# Alternatively CROSS_COMPILE can be set in the environment.
# Default value for CROSS_COMPILE is not to prefix executables
# Default value for CROSS_COMPILE is not to prefix executables
# Note: Some architectures assign CROSS_COMPILE in their arch/*/Makefile
# Note: Some architectures assign CROSS_COMPILE in their arch/*/Makefile
 
 
ARCH            ?= $(SUBARCH)
#ARCH           ?= $(SUBARCH)
CROSS_COMPILE   ?=
#CROSS_COMPILE  ?=
 
ARCH            = or32
 
CROSS_COMPILE   = or32-elf-
 
 
 
 
# Architecture as present in compile.h
# Architecture as present in compile.h
UTS_MACHINE     := $(ARCH)
UTS_MACHINE     := $(ARCH)
SRCARCH         := $(ARCH)
SRCARCH         := $(ARCH)
 
 
Line 801... Line 804...
        $(Q)$(MAKE) $(build)=samples
        $(Q)$(MAKE) $(build)=samples
endif
endif
        $(call vmlinux-modpost)
        $(call vmlinux-modpost)
        $(call if_changed_rule,vmlinux__)
        $(call if_changed_rule,vmlinux__)
        $(Q)rm -f .old_version
        $(Q)rm -f .old_version
 
        $(OBJCOPY) -O binary vmlinux vmlinux.bin
 
 
vmlinux.o: $(vmlinux-lds) $(vmlinux-init) $(vmlinux-main) $(kallsyms.o) FORCE
vmlinux.o: $(vmlinux-lds) $(vmlinux-init) $(vmlinux-main) $(kallsyms.o) FORCE
        $(call if_changed_rule,vmlinux-modpost)
        $(call if_changed_rule,vmlinux-modpost)
 
 
# The actual objects are generated when descending,
# The actual objects are generated when descending,

powered by: WebSVN 2.1.0

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