summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorfile <file@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-02-12 23:16:53 +0000
committerfile <file@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-02-12 23:16:53 +0000
commitb2bf663e370dd30179499b73b8bddcec42273c00 (patch)
tree9adc507f7fa321e123c87696db80e2739d941753 /Makefile
parent4e43b8f19fb1d78c36f82dfa7d148ce5bc1f4ca1 (diff)
Merged revisions 2158 via svnmerge from
https://origsvn.digium.com/svn/zaptel/branches/1.4 ........ r2158 | file | 2007-02-12 18:13:39 -0500 (Mon, 12 Feb 2007) | 2 lines Add hotplug-uninstall target to main Makefile and make the firmware Makefile keep a record of the installed firmware in the hotplug directory. This means that as long as you have the latest version of firmware installed your checkout will never install it again, and all new checkouts will not either. This might also help those building packages for distros. ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2159 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c3e40a0..e895314 100644
--- a/Makefile
+++ b/Makefile
@@ -364,6 +364,9 @@ else # DYNFS
endif
endif
+hotplug-uninstall:
+ $(MAKE) -C firmware hotplug-uninstall
+
xpp-install:
ifneq (,$(findstring xpp,$(obj-m)))
@$(MAKE) -C xpp/utils install