From: Stricted Date: Fri, 24 Apr 2020 17:50:57 +0000 (+0000) Subject: remove libdss from Makefile X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=13f9da267d67a42801c030e17921e0371520493a;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git remove libdss from Makefile * what is this even doing? --- diff --git a/Makefile b/Makefile index 6ada0d841af7..0450c9a2f38b 100644 --- a/Makefile +++ b/Makefile @@ -145,7 +145,6 @@ $(filter-out _all sub-make $(CURDIR)/Makefile, $(MAKECMDGOALS)) _all: sub-make sub-make: $(Q)$(MAKE) -C $(KBUILD_OUTPUT) KBUILD_SRC=$(CURDIR) \ -f $(CURDIR)/Makefile $(filter-out _all sub-make,$(MAKECMDGOALS)) - @lib/libdss-build.sh $(KBUILD_OUTPUT)/ # Leave processing to above invocation of make skip-makefile := 1 @@ -641,12 +640,7 @@ endif # command line. # This allow a user to issue only 'make' to build a kernel including modules # Defaults to vmlinux, but the arch makefile usually adds further targets -ifneq ($(O),) all: vmlinux -else -all: vmlinux - @lib/libdss-build.sh -endif KBUILD_CFLAGS += $(call cc-option,-fno-PIE) KBUILD_AFLAGS += $(call cc-option,-fno-PIE)