From 3c7e939c3e18b3d286c084ff95266611a0150ca1 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Sun, 26 May 2013 07:15:57 -0700 Subject: beaglebone: initial Kconfig and Makefiles Initial structure of Beaglebone port Change-Id: Ia255ab207f424dcd525990cdc0d74953e012c087 Signed-off-by: David Hendricks Signed-off-by: Gabe Black Reviewed-on: http://review.coreboot.org/3279 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich --- src/cpu/Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cpu/Makefile.inc') diff --git a/src/cpu/Makefile.inc b/src/cpu/Makefile.inc index 8d93756390..25ef424f35 100644 --- a/src/cpu/Makefile.inc +++ b/src/cpu/Makefile.inc @@ -5,6 +5,7 @@ subdirs-y += amd subdirs-y += armltd subdirs-y += intel subdirs-y += samsung +subdirs-y += ti subdirs-y += via subdirs-y += x86 -- cgit v1.2.3