-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
x86: prepare consolidation of cpu/ related Makefiles
Prepare the makefiles in x86/kernel/cpu and x86/kernel/cpu/mcheck to be used by the x86_64 build as well. No code change. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
- Loading branch information
Thomas Gleixner
committed
Oct 23, 2007
1 parent
5e4181b
commit 34d19e2
Showing
2 changed files
with
17 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
obj-y = mce.o k7.o p4.o p5.o p6.o winchip.o therm_throt.o | ||
obj-$(CONFIG_X86_MCE_NONFATAL) += non-fatal.o | ||
obj-$(CONFIG_X86_32) = mce.o k7.o p4.o p5.o p6.o winchip.o | ||
obj-$(CONFIG_X86_MCE_NONFATAL) += non-fatal.o | ||
|
||
# shared between i386 and x86_64 | ||
obj-y += therm_throt.o |