aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/intel/model_65x/Makefile.inc
diff options
context:
space:
mode:
authorKeith Hui <buurin@gmail.com>2010-10-16 08:45:31 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2010-10-16 08:45:31 +0000
commitb14fb6abd6cc04ea9f06e4dedd5f13c183e9450e (patch)
tree79c420379b9c474e9f691c80e8b1e473ce2ada3d /src/cpu/intel/model_65x/Makefile.inc
parentaf8b2b91b48229d804f1f391e294467cd91adef5 (diff)
Move support for Deschutes Slot 1 CPUs (model_65x) into its own directory.
abuild-tested. I have no Deschutes CPUs to boot test this with. 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@5954 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/cpu/intel/model_65x/Makefile.inc')
-rw-r--r--src/cpu/intel/model_65x/Makefile.inc22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/cpu/intel/model_65x/Makefile.inc b/src/cpu/intel/model_65x/Makefile.inc
new file mode 100644
index 0000000000..52c8fefe65
--- /dev/null
+++ b/src/cpu/intel/model_65x/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_65x_init.c
+