From f95fff65883893defc79ae5c25ab04bf29afe80a Mon Sep 17 00:00:00 2001 From: Keith Morgan Date: Mon, 1 Oct 2018 19:33:50 +0000 Subject: [PATCH] Description: Remove a bodus "test" target Author: Tzafrir Cohen Bug: https://issues.asterisk.org/jira/browse/DAHLIN-364 --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index d246865..fab7a24 100644 --- a/Makefile +++ b/Makefile @@ -190,8 +190,10 @@ dist-clean: clean firmware-download: @$(MAKE) -C drivers/dahdi/firmware all +ifneq (,$(wildcard test-script)) test: ./test-script $(DESTDIR)/lib/modules/$(KVERS) dahdi +endif docs: $(GENERATED_DOCS)