From 98dda06e7ae3dba0a53f13a5436675deeceff733 Mon Sep 17 00:00:00 2001 From: Vladimir Serbinenko Date: Thu, 2 Jan 2014 10:08:19 +0100 Subject: cpu/cpu.h: Allow compiling with __SIMPLE_DEVICE__ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I14a2ac47198be6359b4f10b38f1cf86c9917d67e Signed-off-by: Vladimir Serbinenko Reviewed-on: http://review.coreboot.org/4602 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki --- src/include/cpu/cpu.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include/cpu/cpu.h') diff --git a/src/include/cpu/cpu.h b/src/include/cpu/cpu.h index bed77de017..47521d45fe 100644 --- a/src/include/cpu/cpu.h +++ b/src/include/cpu/cpu.h @@ -16,10 +16,12 @@ void smm_setup_structures(void *gnvs, void *tcg, void *smi1); #endif #define __cpu_driver __attribute__ ((used,__section__(".rodata.cpu_driver"))) +#ifndef __SIMPLE_DEVICE__ /** start of compile time generated pci driver array */ extern struct cpu_driver cpu_drivers[]; /** end of compile time generated pci driver array */ extern struct cpu_driver ecpu_drivers[]; +#endif #endif /* !__PRE_RAM__ && !__SMM__ */ #endif /* CPU_CPU_H */ -- cgit v1.2.3