DAHLIN-365 Added install-xpp-firm target back in the Makefile after it was left out.

This commit is contained in:
Keith Morgan 2018-11-27 19:02:37 +00:00
parent 75620dd9ef
commit 60aaff1289
1 changed files with 3 additions and 0 deletions

View File

@ -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)