Yidi Lin has submitted this change. ( https://review.coreboot.org/c/coreboot/+/86486?usp=email )
Change subject: mb/google/kukui: Drop non-existent directory from subdir-y ......................................................................
mb/google/kukui: Drop non-existent directory from subdir-y
Change-Id: Ifafec925439375dc2c9237244eff24c7bbe56bd6 Signed-off-by: Elyes Haouas ehaouas@noos.fr Reviewed-on: https://review.coreboot.org/c/coreboot/+/86486 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Yidi Lin yidilin@google.com Reviewed-by: Yu-Ping Wu yupingso@google.com --- M src/mainboard/google/kukui/Makefile.mk 1 file changed, 0 insertions(+), 1 deletion(-)
Approvals: Yu-Ping Wu: Looks good to me, approved build bot (Jenkins): Verified Yidi Lin: Looks good to me, approved
diff --git a/src/mainboard/google/kukui/Makefile.mk b/src/mainboard/google/kukui/Makefile.mk index 7b0298d..e1df671 100644 --- a/src/mainboard/google/kukui/Makefile.mk +++ b/src/mainboard/google/kukui/Makefile.mk @@ -1,7 +1,6 @@ ## SPDX-License-Identifier: GPL-2.0-only
subdirs-y += sdram_params/ -subdirs-y += panel_params/
bootblock-y += bootblock.c bootblock-y += reset.c