From b14fb6abd6cc04ea9f06e4dedd5f13c183e9450e Mon Sep 17 00:00:00 2001 From: Keith Hui Date: Sat, 16 Oct 2010 08:45:31 +0000 Subject: 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 Acked-by: Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5954 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/cpu/intel/slot_1/Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cpu/intel/slot_1/Makefile.inc') diff --git a/src/cpu/intel/slot_1/Makefile.inc b/src/cpu/intel/slot_1/Makefile.inc index d2e0b48826..297ef183d9 100644 --- a/src/cpu/intel/slot_1/Makefile.inc +++ b/src/cpu/intel/slot_1/Makefile.inc @@ -20,6 +20,7 @@ ramstage-y += slot_1.c subdirs-y += ../model_6xx +subdirs-y += ../model_65x subdirs-y += ../model_67x subdirs-y += ../model_6bx subdirs-y += ../../x86/tsc -- cgit v1.2.3