Change the intel cpu makefile.inc so that it fits the model better.
authorRonald G. Minnich <rminnich@gmail.com>
Fri, 21 Aug 2009 18:08:49 +0000 (18:08 +0000)
committerRonald G. Minnich <rminnich@gmail.com>
Fri, 21 Aug 2009 18:08:49 +0000 (18:08 +0000)
commitebed2dc72056228761e02c5e767f84a1b4187964
tree774124aa2dce185f2b4ec4303cd39a58f06d8224
parent0b028a450f4f966541c3de243f8063cbcd3e7bd2
Change the intel cpu makefile.inc so that it fits the model better.
- intel/Makefile.inc only mentions sockets
- those sockets are conditionally included
- makefile.inc in socket directories are almost all unconditionally included
- Get rid of if where possible, use -$(CONFIG_VARIABLE) instead as per Kconfig
  standards in linux kernel

See the Kconfig.tex documentation for questions.

Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
Acked-by: Patrick Georgi <patrick.georgi@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4561 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
src/cpu/intel/Makefile.inc
src/cpu/intel/socket_PGA370/Makefile.inc
src/cpu/intel/socket_mFCPGA478/Makefile.inc
src/cpu/intel/speedstep/Makefile.inc