On 25.09.20 12:10, peng....@nxp.com wrote:
From: Peng Fan <peng....@nxp.com>

Need to include ALWAYS_COMPAT_MK to build out inmates demo with
5.4 kernel.

Fixes: 7b2876158c416("kbuild: Avoid deprecated 'always'")
Signed-off-by: Peng Fan <peng....@nxp.com>
---
  inmates/lib/arm/Makefile.lib   | 1 +
  inmates/lib/arm64/Makefile.lib | 1 +
  2 files changed, 2 insertions(+)

diff --git a/inmates/lib/arm/Makefile.lib b/inmates/lib/arm/Makefile.lib
index 723ff6aa..aaa33fcf 100644
--- a/inmates/lib/arm/Makefile.lib
+++ b/inmates/lib/arm/Makefile.lib
@@ -39,6 +39,7 @@
  #
-include $(GEN_CONFIG_MK)
+-include $(ALWAYS_COMPAT_MK)
LINUXINCLUDE += -I$(INMATES_LIB)/include
  LINUXINCLUDE += -I$(INMATES_LIB)/../arm-common/include
diff --git a/inmates/lib/arm64/Makefile.lib b/inmates/lib/arm64/Makefile.lib
index 723ff6aa..aaa33fcf 100644
--- a/inmates/lib/arm64/Makefile.lib
+++ b/inmates/lib/arm64/Makefile.lib
@@ -39,6 +39,7 @@
  #
-include $(GEN_CONFIG_MK)
+-include $(ALWAYS_COMPAT_MK)
LINUXINCLUDE += -I$(INMATES_LIB)/include
  LINUXINCLUDE += -I$(INMATES_LIB)/../arm-common/include


That's already in, see 7b2876158c416ecd40e53bcc6b4c9080dc51931a. I think you were patching a meanwhile force-updated next revision.

Jan

--
Siemens AG, Corporate Technology, CT RDA IOT SES-DE
Corporate Competence Center Embedded Linux

--
You received this message because you are subscribed to the Google Groups 
"Jailhouse" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jailhouse-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jailhouse-dev/1fb736b5-9ab5-cd69-26e4-c760860dfc60%40siemens.com.

Reply via email to