[zaptel-commits] file: branch file/zaptel-firmware r1862 - in
/team/file/zaptel-firmware: ./ f...
zaptel-commits at lists.digium.com
zaptel-commits at lists.digium.com
Thu Jan 18 23:40:53 MST 2007
Author: file
Date: Fri Jan 19 00:40:52 2007
New Revision: 1862
URL: http://svn.digium.com/view/zaptel?view=rev&rev=1862
Log:
Remove duplicate firmware target from Makefile and add another target for just building headers.
Modified:
team/file/zaptel-firmware/Makefile
team/file/zaptel-firmware/firmware/Makefile
Modified: team/file/zaptel-firmware/Makefile
URL: http://svn.digium.com/view/zaptel/team/file/zaptel-firmware/Makefile?view=diff&rev=1862&r1=1861&r2=1862
==============================================================================
--- team/file/zaptel-firmware/Makefile (original)
+++ team/file/zaptel-firmware/Makefile Fri Jan 19 00:40:52 2007
@@ -7,7 +7,7 @@
.EXPORT_ALL_VARIABLES:
-.PHONY: menuselect distclean dist-clean clean version.h all _all install b410p devices programs modules linux24 linux26 xpp tests devel data stackcheck install-udev config update install-programs install-modules install-linux24 install-linux26 firmware install-include install-libs firmware
+.PHONY: menuselect distclean dist-clean clean version.h all _all install b410p devices programs modules linux24 linux26 xpp tests devel data stackcheck install-udev config update install-programs install-modules install-linux24 install-linux26 firmware install-include install-libs
PWD=$(shell pwd)
Modified: team/file/zaptel-firmware/firmware/Makefile
URL: http://svn.digium.com/view/zaptel/team/file/zaptel-firmware/firmware/Makefile?view=diff&rev=1862&r1=1861&r2=1862
==============================================================================
--- team/file/zaptel-firmware/firmware/Makefile (original)
+++ team/file/zaptel-firmware/firmware/Makefile Fri Jan 19 00:40:52 2007
@@ -79,8 +79,11 @@
# Create object files suitable for linking against
object-build: $(FIRMWARE) $(OBJECT_FILES)
+# Create header files suitable for including
+header-build: $(FIRMWARE) $(HEADER_FILES)
+
# Install all downloaded firmware images for hotplug usage and build headers for inclusion
-hotplug-install: $(FIRMWARE) $(HEADER_FILES)
+hotplug-install: $(FIRMWARE)
if [ -d $(INSTALL_PREFIX)/usr/lib/hotplug/firmware ]; then \
$(INSTALL) -m 644 zaptel-fw-*.bin $(INSTALL_PREFIX)/usr/lib/hotplug/firmware; \
fi
More information about the zaptel-commits
mailing list