From 00f0267f7805f6d27d78c1ed586ac0f13c90637b Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Fri, 9 Oct 2009 14:10:28 +0000 Subject: Remaining boards are Kconfig'd now. Whether they work or not still depends on how close the configuration options are to what they should be. Signed-off-by: Patrick Georgi Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4751 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/drivers/Makefile.inc | 1 + src/drivers/generic/debug/Makefile.inc | 1 + 2 files changed, 2 insertions(+) create mode 100644 src/drivers/generic/debug/Makefile.inc (limited to 'src/drivers') diff --git a/src/drivers/Makefile.inc b/src/drivers/Makefile.inc index 29cdbac9fa..ca2ce66f4a 100644 --- a/src/drivers/Makefile.inc +++ b/src/drivers/Makefile.inc @@ -1,2 +1,3 @@ subdirs-y += pci +subdirs-y += generic/debug subdirs-y += ati/ragexl diff --git a/src/drivers/generic/debug/Makefile.inc b/src/drivers/generic/debug/Makefile.inc new file mode 100644 index 0000000000..9e0a2cd8c1 --- /dev/null +++ b/src/drivers/generic/debug/Makefile.inc @@ -0,0 +1 @@ +obj-$(CONFIG_DRIVERS_GENERIC_DEBUG) += debug_dev.o -- cgit v1.2.3