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=3c97c8efec56baa85cf05b94b11d33e269e6966b;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git remove libdss from Makefile * what is this even doing? --- diff --git a/Makefile b/Makefile index b88781d9d489..77fac49ffea3 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 @@ -639,12 +638,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)