Skip to content

Commit

Permalink
Merge branch 'for-paulus' of git://kernel/home/michael/src/work/
Browse files Browse the repository at this point in the history
  • Loading branch information
paulusmack committed Nov 4, 2005
2 parents 8ad200d + dc3a9ef commit 292a6c5
Show file tree
Hide file tree
Showing 27 changed files with 6,134 additions and 295 deletions.
5 changes: 1 addition & 4 deletions arch/powerpc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
# Rewritten by Cort Dougan and Paul Mackerras
#

# This must match PAGE_OFFSET in include/asm-powerpc/page.h.
KERNELLOAD := $(CONFIG_KERNEL_START)

HAS_BIARCH := $(call cc-option-yn, -m32)

ifeq ($(CONFIG_PPC64),y)
Expand Down Expand Up @@ -59,7 +56,7 @@ override LD += -m elf$(SZ)ppc
override CC += -m$(SZ)
endif

LDFLAGS_vmlinux := -Ttext $(KERNELLOAD) -Bstatic -e $(KERNELLOAD)
LDFLAGS_vmlinux := -Bstatic

# The -Iarch/$(ARCH)/include is temporary while we are merging
CPPFLAGS += -Iarch/$(ARCH) -Iarch/$(ARCH)/include
Expand Down
Loading

0 comments on commit 292a6c5

Please sign in to comment.