aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/intel/model_67x/Makefile.inc
diff options
context:
space:
mode:
authorKeith Hui <buurin@gmail.com>2010-10-13 17:00:42 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2010-10-13 17:00:42 +0000
commit6529c2a7172f166f53ec3d6204dd375cd6441579 (patch)
treefe468771b02b5edc8905e22c03561a6e94320068 /src/cpu/intel/model_67x/Makefile.inc
parentab50d62ea6867712eca79e9f0770d6ac35f72ce1 (diff)
Move out Katmai Slot 1 CPUs (model_67x) from model_6xx to model_67x.
abuild-tested. Boot tested on P2B-LS. Signed-off-by: Keith Hui <buurin@gmail.com> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5950 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/cpu/intel/model_67x/Makefile.inc')
-rw-r--r--src/cpu/intel/model_67x/Makefile.inc22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/cpu/intel/model_67x/Makefile.inc b/src/cpu/intel/model_67x/Makefile.inc
new file mode 100644
index 0000000000..44085d901b
--- /dev/null
+++ b/src/cpu/intel/model_67x/Makefile.inc
@@ -0,0 +1,22 @@
+##
+## This file is part of the coreboot project.
+##
+## Copyright (C) 2010 Keith Hui <buurin@gmail.com>
+##
+## This program is free software; you can redistribute it and/or modify
+## it under the terms of the GNU General Public License as published by
+## the Free Software Foundation; either version 2 of the License, or
+## (at your option) any later version.
+##
+## This program is distributed in the hope that it will be useful,
+## but WITHOUT ANY WARRANTY; without even the implied warranty of
+## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+## GNU General Public License for more details.
+##
+## You should have received a copy of the GNU General Public License
+## along with this program; if not, write to the Free Software
+## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+##
+
+driver-y += model_67x_init.c
+