diff options
-rw-r--r-- | src/arch/i386/Makefile.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/arch/i386/Makefile.inc b/src/arch/i386/Makefile.inc index 018dc9a100..3134ef9cd0 100644 --- a/src/arch/i386/Makefile.inc +++ b/src/arch/i386/Makefile.inc @@ -108,6 +108,9 @@ endif ifeq ($(CONFIG_CPU_AMD_SOCKET_F_1207),y) crt0s += $(src)/cpu/amd/car/cache_as_ram.inc endif +ifeq ($(CONFIG_CPU_AMD_SOCKET_AM2R2),y) +crt0s += $(src)/cpu/amd/car/cache_as_ram.inc +endif ifeq ($(CONFIG_CPU_AMD_SOCKET_AM2),y) crt0s += $(src)/cpu/amd/car/cache_as_ram.inc endif |