summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.inc b/Makefile.inc
index f746ef920a..6b1c45cf57 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -277,8 +277,8 @@ ifeq ($(CONFIG_IGNORE_IASL_MISSING_DEPENDENCY),y)
build_complete::
printf "*** WARNING: The ASL code for this platform is incomplete. Please fix it. ***\n"
printf "*** If _PRS is present, must have _CRS and _SRS ***\n"
- printf "*** If _SRS is present, must have _PRS, _CRS, and _SRS ***\n"
- printf "*** If _DIS is present, must have _SRS, _PRS, _CRS, and _SRS ***\n"
+ printf "*** If _SRS is present, must have _PRS and _CRS ***\n"
+ printf "*** If _DIS is present, must have _SRS, _PRS and _CRS ***\n"
endif
IGNORED_IASL_WARNINGS = $(addprefix -vw , $(IASL_WARNINGS_LIST))