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
Kirill Smelkov
linux
Commits
26398fb7
Commit
26398fb7
authored
Oct 08, 2003
by
Andi Kleen
Committed by
Linus Torvalds
Oct 08, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] Fix x86-64 build with separate object tree
From Arnd Bergmann.
parent
21add34f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
10 deletions
+2
-10
arch/x86_64/kernel/cpufreq/Makefile
arch/x86_64/kernel/cpufreq/Makefile
+1
-6
arch/x86_64/mm/Makefile
arch/x86_64/mm/Makefile
+1
-4
No files found.
arch/x86_64/kernel/cpufreq/Makefile
View file @
26398fb7
...
...
@@ -4,9 +4,4 @@
obj-$(CONFIG_X86_POWERNOW_K8)
+=
powernow-k8.o
$(obj)/powernow-k8.c
:
$(obj)/powernow-k8.h
@
ln
-sf
../../../i386/kernel/cpu/cpufreq/powernow-k8.c
$(obj)
/powernow-k8.c
$(obj)/powernow-k8.h
:
@
ln
-sf
../../../i386/kernel/cpu/cpufreq/powernow-k8.h
$(obj)
/powernow-k8.h
clean-files
+=
powernow-k8.c powernow-k8.h
powernow-k8-objs
:=
../../../i386/kernel/cpu/cpufreq/powernow-k8.o
arch/x86_64/mm/Makefile
View file @
26398fb7
...
...
@@ -7,7 +7,4 @@ obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o
obj-$(CONFIG_DISCONTIGMEM)
+=
numa.o
obj-$(CONFIG_K8_NUMA)
+=
k8topology.o
$(obj)/hugetlbpage.c
:
@
ln
-sf
../../i386/mm/hugetlbpage.c
$(obj)
/hugetlbpage.c
clean-files
+=
hugetlbpage.c
hugetlbpage-y
=
../../i386/mm/hugetlbpage.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