diff --git a/Makefile.inc b/Makefile.inc index 54adaa220b..a57fac0dfd 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -259,14 +259,14 @@ EMPTY_RESOURCE_TEMPLATE_WARNING = 3150 # Redundant offset remarks are not useful in any way and are masking useful # ones that might indicate an issue so it is better to hide them. REDUNDANT_OFFSET_REMARK = 2158 -# Ignore _HID & _ADR coexisting in Intel Lynxpoint and Broadwell ASL code. -# See cb:38803 & cb:38802 +# Ignore _HID & _ADR coexisting in Intel Lynxpoint ASL code. +# See cb:38802 # "Multiple types (Device object requires either a _HID or _ADR, but not both)" MULTIPLE_TYPES_WARNING = 3073 IASL_WARNINGS_LIST = $(EMPTY_RESOURCE_TEMPLATE_WARNING) $(REDUNDANT_OFFSET_REMARK) -ifeq ($(CONFIG_SOUTHBRIDGE_INTEL_LYNXPOINT)$(CONFIG_SOC_INTEL_BROADWELL),y) +ifeq ($(CONFIG_SOUTHBRIDGE_INTEL_LYNXPOINT),y) IASL_WARNINGS_LIST += $(MULTIPLE_TYPES_WARNING) endif