Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuild
This commit is contained in:
@@ -113,14 +113,5 @@ else
|
||||
bzip2 -1c vmlinux >vmlinux.bz2
|
||||
endif
|
||||
|
||||
prepare: include/asm-$(ARCH)/offsets.h
|
||||
CLEAN_FILES += include/asm-$(ARCH)/offsets.h
|
||||
|
||||
arch/$(ARCH)/kernel/asm-offsets.s: include/asm include/linux/version.h \
|
||||
include/config/MARKER
|
||||
|
||||
include/asm-$(ARCH)/offsets.h: arch/$(ARCH)/kernel/asm-offsets.s
|
||||
$(call filechk,gen-asm-offsets)
|
||||
|
||||
archclean:
|
||||
rm -f vmlinux.gz vmlinux.bz2
|
||||
|
@@ -40,7 +40,7 @@
|
||||
|
||||
#include <linux/linkage.h>
|
||||
#include <asm/entry.h>
|
||||
#include <asm/offsets.h>
|
||||
#include <asm/asm-offsets.h>
|
||||
|
||||
|SKELETON idnt 2,1 | Motorola 040 Floating Point Software Package
|
||||
|
||||
|
@@ -36,7 +36,7 @@
|
||||
|
||||
#include <linux/linkage.h>
|
||||
#include <asm/entry.h>
|
||||
#include <asm/offsets.h>
|
||||
#include <asm/asm-offsets.h>
|
||||
|
||||
|
||||
|################################
|
||||
|
@@ -42,7 +42,7 @@
|
||||
#include <asm/traps.h>
|
||||
#include <asm/unistd.h>
|
||||
|
||||
#include <asm/offsets.h>
|
||||
#include <asm/asm-offsets.h>
|
||||
|
||||
.globl system_call, buserr, trap
|
||||
.globl resume, ret_from_exception
|
||||
|
@@ -263,7 +263,7 @@
|
||||
#include <asm/entry.h>
|
||||
#include <asm/pgtable.h>
|
||||
#include <asm/page.h>
|
||||
#include <asm/offsets.h>
|
||||
#include <asm/asm-offsets.h>
|
||||
|
||||
#ifdef CONFIG_MAC
|
||||
|
||||
|
@@ -39,7 +39,7 @@
|
||||
#define _FP_EMU_H
|
||||
|
||||
#ifdef __ASSEMBLY__
|
||||
#include <asm/offsets.h>
|
||||
#include <asm/asm-offsets.h>
|
||||
#endif
|
||||
#include <asm/math-emu.h>
|
||||
|
||||
|
Reference in New Issue
Block a user