summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorfile <file@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-02-12 23:13:39 +0000
committerfile <file@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-02-12 23:13:39 +0000
commit2ad53e84e9929625f8eadf59e5b76f85f59df094 (patch)
treeb0e83c315e5e921da4d888ad7ef509199ae24a92 /Makefile
parente9830d946aeb540df9be5da446388ac29e47c04b (diff)
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/branches/1.4@2158 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 8342326..7062813 100644
--- a/Makefile
+++ b/Makefile
@@ -372,6 +372,9 @@ else # DYNFS
endif
endif
+hotplug-uninstall:
+ $(MAKE) -C firmware hotplug-uninstall
+
xpp-install:
ifneq (,$(findstring xpp,$(obj-m)))
@$(MAKE) -C xpp/utils install