summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSven Schnelle <svens@stackframe.org>2011-01-27 11:43:03 +0000
committerPeter Stuge <peter@stuge.se>2011-01-27 11:43:03 +0000
commit7592e8bd9ce46bdb470ace6509bbb32b31987942 (patch)
tree0853b3ed4bc99f816b9e9fa84e471b8f3f365570 /Makefile
parent4096fc53727fa081a7fa014dbee005566537421a (diff)
downloadcoreboot-staging-7592e8bd9ce46bdb470ace6509bbb32b31987942.zip
coreboot-staging-7592e8bd9ce46bdb470ace6509bbb32b31987942.tar.gz
Add new ec subdir for Embedded Controllers and common ACPI EC support
Adds a new src/ec subdir for embedded controllers (mostly found in laptops) and converts Getac P470 and Roda RK886EX to use the new ACPI EC instead of having their own copies of those functions. Signed-off-by: Sven Schnelle <svens@stackframe.org> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6304 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a41efd0..0a834c7 100644
--- a/Makefile
+++ b/Makefile
@@ -123,7 +123,7 @@ export MAINBOARDDIR
PLATFORM-y += src/arch/$(ARCHDIR-y) src/cpu src/mainboard/$(MAINBOARDDIR)
TARGETS-y :=
-BUILD-y := src/lib src/boot src/console src/devices src/southbridge src/northbridge src/superio src/drivers
+BUILD-y := src/lib src/boot src/console src/devices src/ec src/southbridge src/northbridge src/superio src/drivers
BUILD-y += util/cbfstool util/sconfig
BUILD-$(CONFIG_ARCH_X86) += src/pc80
OpenPOWER on IntegriCloud