The variable is already checked when including the socketF subdirectory.

Signed-off by: Cristi Magherusan <cristi.magherusan@net.utcluj.ro>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4564 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Myles Watson 2009-08-24 16:21:12 +00:00
parent 44163f7f71
commit 0696bca90a
1 changed files with 14 additions and 14 deletions

View File

@ -1,14 +1,14 @@
obj-$(CONFIG_CPU_AMD_SOCKET_F) += socket_F.o
subdirs-$(CONFIG_CPU_AMD_SOCKET_F) += ../model_fxx
subdirs-$(CONFIG_CPU_AMD_SOCKET_F) += ../dualcore
subdirs-$(CONFIG_CPU_AMD_SOCKET_F) += ../mtrr
subdirs-$(CONFIG_CPU_AMD_SOCKET_F) += ../../x86/tsc
subdirs-$(CONFIG_CPU_AMD_SOCKET_F) += ../../x86/mtrr
subdirs-$(CONFIG_CPU_AMD_SOCKET_F) += ../../x86/fpu
subdirs-$(CONFIG_CPU_AMD_SOCKET_F) += ../../x86/mmx
subdirs-$(CONFIG_CPU_AMD_SOCKET_F) += ../../x86/sse
subdirs-$(CONFIG_CPU_AMD_SOCKET_F) += ../../x86/lapic
subdirs-$(CONFIG_CPU_AMD_SOCKET_F) += ../../x86/cache
subdirs-$(CONFIG_CPU_AMD_SOCKET_F) += ../../x86/mtrr
subdirs-$(CONFIG_CPU_AMD_SOCKET_F) += ../../x86/pae
subdirs-$(CONFIG_CPU_AMD_SOCKET_F) += ../../x86/smm
obj-y += socket_F.o
subdirs-y += ../model_fxx
subdirs-y += ../dualcore
subdirs-y += ../mtrr
subdirs-y += ../../x86/tsc
subdirs-y += ../../x86/mtrr
subdirs-y += ../../x86/fpu
subdirs-y += ../../x86/mmx
subdirs-y += ../../x86/sse
subdirs-y += ../../x86/lapic
subdirs-y += ../../x86/cache
subdirs-y += ../../x86/mtrr
subdirs-y += ../../x86/pae
subdirs-y += ../../x86/smm