ec/google/chromeec: Fix typo preventing PD EC firmware inclusion

Change-Id: I12ae0d556c43d3d6537cac5d8f640e6a960101ae
Signed-off-by: Ben Pye <ben@curlybracket.co.uk>
Reviewed-on: https://review.coreboot.org/25017
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Paul Kocialkowski <contact@paulk.fr>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Ben Pye 2018-03-06 22:41:20 +00:00 committed by Nico Huber
parent 83ef07a92a
commit 067a340117
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ $(obj)/mainboard/$(MAINBOARDDIR)/ecrw.hash: $(obj)/mainboard/$(MAINBOARDDIR)/ecr
endif
ifeq ($(EC_GOOGLE_CHROMEEC_PD),y)
ifeq ($(CONFIG_EC_GOOGLE_CHROMEEC_PD),y)
ifneq ($(CONFIG_EC_GOOGLE_CHROMEEC_PD_FIRMWARE_NONE),y)