From 87d308708712ff6075c4dd54b0519b47fdad8816 Mon Sep 17 00:00:00 2001 From: Oleksandr Suvorov Date: Thu, 26 Mar 2020 12:44:27 +0200 Subject: Backports v5.4.27 Backports generated by toradex backports f6e8852f1ef28e6d3c9bae8400eb6a87a6b0c3e7 against mainline kernel tag v5.4.27 Signed-off-by: Oleksandr Suvorov --- Makefile.build | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Makefile.build (limited to 'Makefile.build') diff --git a/Makefile.build b/Makefile.build new file mode 100644 index 0000000..9c272b2 --- /dev/null +++ b/Makefile.build @@ -0,0 +1,17 @@ +# detect if make supports --eval +_EVAL := $(shell make --eval "test:" -f /dev/null test >/dev/null 2>&1 && echo YES || echo NO) +ifeq ($(_EVAL),YES) +MAKE=$(BACKPORT_DIR)/scripts/make +else +-include .config +endif + +export + +.PHONY: modules +modules: + @$(MAKE) -C $(KLIB_BUILD) M=$(BACKPORT_DIR) modules + +.PHONY: clean +clean: + @$(MAKE) -C $(KLIB_BUILD) M=$(BACKPORT_DIR) clean -- cgit v1.2.3