]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - scripts/Makefile.fwinst
ihex: add ihex2fw tool for converting HEX files into firmware images
[linux-2.6-omap-h63xx.git] / scripts / Makefile.fwinst
index 1c030087037f80bfcadbb3c8a5f23f7719700fb5..3d2f4609578fdbb2f2f84d3b117925e8691d2d78 100644 (file)
@@ -6,6 +6,7 @@
 # ==========================================================================
 
 INSTALL := install
+src := $(obj)
 
 # For modules_install installing firmware, we want to see .config
 # But for firmware_install, we don't care, but don't want to require it.
@@ -41,5 +42,4 @@ $(installed-fw): $(INSTALL_FW_PATH)/%: $(obj)/% | $(INSTALL_FW_PATH)/$$(dir %)/
 __fw_install: $(installed-fw)
 __fw_modinst: $(mod-fw)
 
-
 FORCE: