coreboot-kgpe-d16/src/arch/armv7
Gabe Black 4938a329ee ARM: Add some missing dependencies on config.h to ARM's Makefile.inc.
These dependencies came indirectly through kconfig.h which was included
automatically with a -include option which was either part of INCLUDES or
specified directly. With this change, I'm able to build for beaglebone with
make -j 48.

Change-Id: Ib57d0c6a755b747165b235c2328c3c30bd6dd67d
Signed-off-by: Gabe Black <gabeblack@chromium.org>
Reviewed-on: http://review.coreboot.org/3922
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
2013-09-17 01:00:12 +02:00
..
include Add directive __SIMPLE_DEVICE__ 2013-08-01 15:57:11 +02:00
Kconfig arm: Add and enable an arch specific version of memmove. 2013-07-14 20:36:00 +02:00
Makefile.inc ARM: Add some missing dependencies on config.h to ARM's Makefile.inc. 2013-09-17 01:00:12 +02:00
boot.c Drop ELF remains from boot code 2013-07-10 21:43:55 +02:00
bootblock.inc armv7: Reserve space BL1 and checksum header by specifying bootblock offset. 2013-07-10 21:46:01 +02:00
bootblock.lds ARM: Define custom ELF headers for ARM. 2013-07-15 18:33:41 +02:00
bootblock_simple.c ARM: Separate the early console (romstage) from the bootblock console. 2013-07-10 21:47:52 +02:00
cache.c ARMv7: flatten arch/armv7 source tree 2013-07-10 21:43:38 +02:00
coreboot_ram.ld ARM: Define custom ELF headers for ARM. 2013-07-15 18:33:41 +02:00
div0.c ARMv7: flatten arch/armv7 source tree 2013-07-10 21:43:38 +02:00
eabi_compat.c ARMv7: flatten arch/armv7 source tree 2013-07-10 21:43:38 +02:00
early_console.c Don't try to use CBMEM console in bootblock 2013-07-10 22:44:42 +02:00
exception.c ARM: Don't leave alignment checking on after the exception test. 2013-07-10 22:43:16 +02:00
exception_asm.S ARMV7 and Google/Snow: Add exception support code to the ramstage 2013-03-08 22:03:37 +01:00
id.inc ARMv7: flatten arch/armv7 source tree 2013-07-10 21:43:38 +02:00
interrupts.c ARMv7: flatten arch/armv7 source tree 2013-07-10 21:43:38 +02:00
memcpy.S ARM: Tell the linker memset and memcpy are functions. 2013-07-10 21:49:45 +02:00
memmove.S arm: Add and enable an arch specific version of memmove. 2013-07-14 20:36:00 +02:00
memset.S ARM: Tell the linker memset and memcpy are functions. 2013-07-10 21:49:45 +02:00
mmu.c ARMv7: flatten arch/armv7 source tree 2013-07-10 21:43:38 +02:00
romstage.ld ARM: Define custom ELF headers for ARM. 2013-07-15 18:33:41 +02:00
stages.c Drop ELF remains from boot code 2013-07-10 21:43:55 +02:00
tables.c CBMEM: Add cbmem_locate_table() 2013-09-11 07:17:14 +02:00