From 60aaff12896102126b4e0bcef2eec7458bec620d Mon Sep 17 00:00:00 2001 From: Keith Morgan Date: Tue, 27 Nov 2018 19:02:37 +0000 Subject: [PATCH] DAHLIN-365 Added install-xpp-firm target back in the Makefile after it was left out. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index fda4c08..bc5caba 100644 --- a/Makefile +++ b/Makefile @@ -102,6 +102,9 @@ install-modconf: /sbin/update-modules ; \ fi +install-xpp-firm: + $(MAKE) -C drivers/dahdi/xpp/firmwares install + install-firmware: ifeq ($(HOTPLUG_FIRMWARE),yes)