Fix kconfig build error due to "source"ing a non-existant file (trivial).

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4850 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Uwe Hermann 2009-10-24 22:42:53 +00:00
parent d1327ce963
commit 1d8b0979c3
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@ source src/cpu/emulation/Kconfig
source src/cpu/intel/Kconfig
source src/cpu/via/Kconfig
source src/cpu/x86/Kconfig
source src/cpu/ppc/Kconfig
config USE_DCACHE_RAM
bool