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
d97c6cdc
Commit
d97c6cdc
authored
Sep 19, 2002
by
Linus Torvalds
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix up some merge issues for the Makefle changes in the arch-splitup
parent
038a96e2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
7 deletions
+1
-7
arch/i386/Makefile
arch/i386/Makefile
+1
-1
arch/i386/mach-generic/Makefile
arch/i386/mach-generic/Makefile
+0
-6
No files found.
arch/i386/Makefile
View file @
d97c6cdc
...
...
@@ -94,7 +94,7 @@ endif
HEAD
:=
arch
/i386/kernel/head.o
arch
/i386/kernel/init_task.o
libs-y
+=
arch
/i386/lib/
core-y
+=
arch
/i386/kernel/
arch
/i386/mm/
arch
/i386/
(
MACHINE
)
/
core-y
+=
arch
/i386/kernel/
arch
/i386/mm/
arch
/i386/
$
(MACHINE)
/
drivers-$(CONFIG_MATH_EMULATION)
+=
arch
/i386/math-emu/
drivers-$(CONFIG_PCI)
+=
arch
/i386/pci/
...
...
arch/i386/mach-generic/Makefile
View file @
d97c6cdc
...
...
@@ -7,12 +7,6 @@
#
# Note 2! The CFLAGS definitions are now in the main makefile...
.S.o
:
$(CC)
$(AFLAGS)
-traditional
-c
$<
-o
$*
.o
all
:
mach-generic.o
O_TARGET
:=
mach-generic.o
EXTRA_CFLAGS
+=
-I
../kernel
export-objs
:=
...
...
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