Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 292a6c58 authored by Paul Mackerras's avatar Paul Mackerras
Browse files

Merge branch 'for-paulus' of git://kernel/home/michael/src/work/

parents 8ad200d7 dc3a9efb
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -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)
@@ -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
+1024 −0

File added.

Preview size limit exceeded, changes collapsed.

+1392 −0

File added.

Preview size limit exceeded, changes collapsed.

+998 −0

File added.

Preview size limit exceeded, changes collapsed.

+1062 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading