File tree Expand file tree Collapse file tree 4 files changed +3
-11
lines changed Expand file tree Collapse file tree 4 files changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -15177,11 +15177,8 @@ F: drivers/video/fbdev/sm712*
15177
15177
F: Documentation/fb/sm712fb.rst
15178
15178
15179
15179
SIMPLE FIRMWARE INTERFACE (SFI)
15180
-
15181
-
15182
15180
W: http://simplefirmware.org/
15183
- T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
15184
- S: Supported
15181
+ S: Obsolete
15185
15182
F: arch/x86/platform/sfi/
15186
15183
F: drivers/sfi/
15187
15184
F: include/linux/sfi*.h
Original file line number Diff line number Diff line change 1
1
# SPDX-License-Identifier: GPL-2.0
2
2
# Makefile for Linux samples code
3
+ OBJECT_FILES_NON_STANDARD := y
3
4
4
5
obj-$(CONFIG_SAMPLE_ANDROID_BINDERFS) += binderfs/
5
6
obj-$(CONFIG_SAMPLE_CONFIGFS) += configfs/
Original file line number Diff line number Diff line change 2
2
include ../scripts/Makefile.include
3
3
include ../scripts/Makefile.arch
4
4
5
- ifeq ($(ARCH ) ,x86_64)
6
- ARCH := x86
7
- endif
8
-
9
5
# always use the host compiler
10
6
HOSTAR ?= ar
11
7
HOSTCC ?= gcc
@@ -33,7 +29,7 @@ all: $(OBJTOOL)
33
29
34
30
INCLUDES := -I$(srctree ) /tools/include \
35
31
-I$(srctree ) /tools/arch/$(HOSTARCH ) /include/uapi \
36
- -I$(srctree ) /tools/arch/$(ARCH ) /include
32
+ -I$(srctree ) /tools/arch/$(SRCARCH ) /include
37
33
WARNINGS := $(EXTRA_WARNINGS ) -Wno-switch-default -Wno-switch-enum -Wno-packed
38
34
CFLAGS := -Werror $(WARNINGS ) $(KBUILD_HOSTCFLAGS ) -g $(INCLUDES ) $(LIBELF_FLAGS )
39
35
LDFLAGS += $(LIBELF_LIBS ) $(LIBSUBCMD ) $(KBUILD_HOSTLDFLAGS )
Original file line number Diff line number Diff line change @@ -48,5 +48,3 @@ check arch/x86/include/asm/inat.h '-I "^#include [\"<]\(asm/\)*inat_types.h[
48
48
check arch/x86/include/asm/insn.h ' -I "^#include [\"<]\(asm/\)*inat.h[\">]"'
49
49
check arch/x86/lib/inat.c ' -I "^#include [\"<]\(../include/\)*asm/insn.h[\">]"'
50
50
check arch/x86/lib/insn.c ' -I "^#include [\"<]\(../include/\)*asm/in\(at\|sn\).h[\">]" -I "^#include [\"<]\(../include/\)*asm/emulate_prefix.h[\">]"'
51
-
52
- cd -
You can’t perform that action at this time.
0 commit comments