Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
38201fb2
Commit
38201fb2
authored
Feb 15, 2007
by
Ralf Baechle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[MIPS] Fix CONFIG_MIPS32_N32=y CONFIG_MIPS32_O32=n build
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
140c1729
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
arch/mips/kernel/Makefile
arch/mips/kernel/Makefile
+2
-2
No files found.
arch/mips/kernel/Makefile
View file @
38201fb2
...
...
@@ -53,9 +53,9 @@ obj-$(CONFIG_MIPS_BOARDS_GEN) += irq-msc01.o
obj-$(CONFIG_32BIT)
+=
scall32-o32.o
obj-$(CONFIG_64BIT)
+=
scall64-64.o
obj-$(CONFIG_BINFMT_IRIX)
+=
binfmt_irix.o
obj-$(CONFIG_MIPS32_COMPAT)
+=
linux32.o signal32.o
obj-$(CONFIG_MIPS32_COMPAT)
+=
linux32.o
ptrace32.o
signal32.o
obj-$(CONFIG_MIPS32_N32)
+=
binfmt_elfn32.o scall64-n32.o signal_n32.o
obj-$(CONFIG_MIPS32_O32)
+=
binfmt_elfo32.o scall64-o32.o
ptrace32.o
obj-$(CONFIG_MIPS32_O32)
+=
binfmt_elfo32.o scall64-o32.o
obj-$(CONFIG_KGDB)
+=
gdb-low.o gdb-stub.o
obj-$(CONFIG_PROC_FS)
+=
proc.o
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment