Sven Schnelle wrote:
+++ src/ec/acpi/Makefile.inc (revision 0) @@ -0,0 +1 @@ +driver-y += ec.c
..
+++ src/mainboard/roda/rk886ex/Makefile.inc (working copy) @@ -18,7 +18,6 @@ ##
ramstage-y += m3885.c -ramstage-y += ec.c driver-y += rtl8168.c
smm-$(CONFIG_HAVE_SMI_HANDLER) += mainboard_smi.c
I think it should be ramstage-y also in ec/acpi/Makefile.inc no?
Agree with Stefan's other comments. Probably easy to fix, then good to go!
//Peter