From aac8f661f5ab4f65fa25f25a7cfd3097cf924f09 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Wed, 29 Sep 2010 09:54:16 +0000 Subject: Factor out fill_processor_name() and strcpy() functions. The fill_processor_name() function was duplicated in multiple model_*_init.c files, move it into a new src/cpu/x86/name directory. The strcpy() function was also duplicated multiple times, move it to where we already have similar functions. Signed-off-by: Uwe Hermann Acked-by: Myles Watson git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5879 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/cpu/intel/model_68x/Makefile.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/cpu/intel/model_68x/Makefile.inc') diff --git a/src/cpu/intel/model_68x/Makefile.inc b/src/cpu/intel/model_68x/Makefile.inc index 0b437c121b..810ef19972 100644 --- a/src/cpu/intel/model_68x/Makefile.inc +++ b/src/cpu/intel/model_68x/Makefile.inc @@ -19,3 +19,5 @@ ## driver-y += model_68x_init.o +subdirs-y += ../../x86/name + -- cgit v1.2.3