File tree Expand file tree Collapse file tree 3 files changed +2
-25
lines changed Expand file tree Collapse file tree 3 files changed +2
-25
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ obj-y = bug.o bugs.o checksum.o delay.o fault.o ksyms.o ldt.o ptrace.o \
8
8
9
9
subarch-obj-y = lib/semaphore_32.o lib/string_32.o
10
10
subarch-obj-$(CONFIG_HIGHMEM) += mm/highmem_32.o
11
- subarch-obj-$(CONFIG_MODULES) += kernel/module_32 .o
11
+ subarch-obj-$(CONFIG_MODULES) += kernel/module .o
12
12
13
13
USER_OBJS := bugs.o ptrace_user.o fault.o
14
14
Original file line number Diff line number Diff line change @@ -8,10 +8,8 @@ obj-y = bug.o bugs.o delay.o fault.o ldt.o mem.o ptrace.o ptrace_user.o \
8
8
setjmp.o signal.o stub.o stub_segv.o syscalls.o syscall_table.o \
9
9
sysrq.o ksyms.o tls.o
10
10
11
- obj-$(CONFIG_MODULES) += um_module.o
12
-
13
11
subarch-obj-y = lib/csum-partial_64.o lib/memcpy_64.o lib/thunk_64.o
14
- subarch-obj-$(CONFIG_MODULES) += kernel/module_64 .o
12
+ subarch-obj-$(CONFIG_MODULES) += kernel/module .o
15
13
16
14
ldt-y = ../sys-i386/ldt.o
17
15
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments