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

Commit 47003497 authored by Sam Ravnborg's avatar Sam Ravnborg
Browse files

kbuild: arm26,sparc use generic asm-offset support



Rename all includes to use asm-offsets.h to match generic name

Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
parent cca6e6f5
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -49,10 +49,6 @@ all: zImage

boot := arch/arm26/boot

prepare: include/asm-$(ARCH)/asm_offsets.h
CLEAN_FILES += include/asm-$(ARCH)/asm_offsets.h


.PHONY: maketools FORCE
maketools: FORCE
	
@@ -94,12 +90,6 @@ zi:; $(Q)$(MAKE) $(build)=$(boot) zinstall
	fi; \
	)

arch/$(ARCH)/kernel/asm-offsets.s: include/asm include/linux/version.h \
				   include/config/MARKER

include/asm-$(ARCH)/asm_offsets.h: arch/$(ARCH)/kernel/asm-offsets.s
	$(call filechk,gen-asm-offsets)

define archhelp
  echo  '* zImage        - Compressed kernel image (arch/$(ARCH)/boot/zImage)'
  echo  '  Image         - Uncompressed kernel image (arch/$(ARCH)/boot/Image)'
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
#include <linux/linkage.h>

#include <asm/assembler.h>
#include <asm/asm_offsets.h>
#include <asm/asm-offsets.h>
#include <asm/errno.h>
#include <asm/hardware.h>
#include <asm/sysirq.h>
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
 */
#include <linux/linkage.h>
#include <asm/assembler.h>
#include <asm/asm_offsets.h>
#include <asm/asm-offsets.h>

		.text
		.align	5
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
#include <linux/linkage.h>
#include <asm/assembler.h>
#include <asm/errno.h>
#include <asm/asm_offsets.h>
#include <asm/asm-offsets.h>

		.text

+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@
 * Note that ADDR_LIMIT is either 0 or 0xc0000000.
 * Note also that it is intended that __get_user_bad is not global.
 */
#include <asm/asm_offsets.h>
#include <asm/asm-offsets.h>
#include <asm/thread_info.h>
#include <asm/errno.h>

Loading