remove libdss from Makefile
authorStricted <info@stricted.net>
Fri, 24 Apr 2020 17:50:57 +0000 (17:50 +0000)
committerStricted <info@stricted.net>
Fri, 24 Apr 2020 18:04:32 +0000 (18:04 +0000)
 * what is this even doing?

Makefile

index b88781d9d489e7ea1beffa8910028e37d738402e..77fac49ffea3b20a55ef6d16263efb52ea4a9e72 100644 (file)
--- 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)