Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65562
b: refs/heads/master
c: d629e03
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Gleixner committed Oct 11, 2007
1 parent 4aea8f8 commit 01b348c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ad757b6aa5801b81dec609d87753604a06313c53
refs/heads/master: d629e03b64c469245ceb07d05460e1e2eefa7585
12 changes: 6 additions & 6 deletions trunk/arch/i386/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ AFLAGS += $(call as-instr,.cfi_startproc\n.cfi_signal_frame\n.cfi_endproc,-DCONF
CFLAGS += $(cflags-y)

# Default subarch .c files
mcore-y := arch/i386/mach-default
mcore-y := arch/x86/mach-default

# Voyager subarch support
mflags-$(CONFIG_X86_VOYAGER) := -Iinclude/asm-i386/mach-voyager
Expand All @@ -73,24 +73,24 @@ mcore-$(CONFIG_X86_VISWS) := arch/x86/mach-visws

# NUMAQ subarch support
mflags-$(CONFIG_X86_NUMAQ) := -Iinclude/asm-i386/mach-numaq
mcore-$(CONFIG_X86_NUMAQ) := arch/i386/mach-default
mcore-$(CONFIG_X86_NUMAQ) := arch/x86/mach-default

# BIGSMP subarch support
mflags-$(CONFIG_X86_BIGSMP) := -Iinclude/asm-i386/mach-bigsmp
mcore-$(CONFIG_X86_BIGSMP) := arch/i386/mach-default
mcore-$(CONFIG_X86_BIGSMP) := arch/x86/mach-default

#Summit subarch support
mflags-$(CONFIG_X86_SUMMIT) := -Iinclude/asm-i386/mach-summit
mcore-$(CONFIG_X86_SUMMIT) := arch/i386/mach-default
mcore-$(CONFIG_X86_SUMMIT) := arch/x86/mach-default

# generic subarchitecture
mflags-$(CONFIG_X86_GENERICARCH) := -Iinclude/asm-i386/mach-generic
mcore-$(CONFIG_X86_GENERICARCH) := arch/i386/mach-default
mcore-$(CONFIG_X86_GENERICARCH) := arch/x86/mach-default
core-$(CONFIG_X86_GENERICARCH) += arch/x86/mach-generic/

# ES7000 subarch support
mflags-$(CONFIG_X86_ES7000) := -Iinclude/asm-i386/mach-es7000
mcore-$(CONFIG_X86_ES7000) := arch/i386/mach-default
mcore-$(CONFIG_X86_ES7000) := arch/x86/mach-default
core-$(CONFIG_X86_ES7000) := arch/i386/mach-es7000/

# Xen paravirtualization support
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 01b348c

Please sign in to comment.