All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Add $KERNELRELEASE to firmware install path
@ 2011-05-05 17:39 Arun Sharma
  2011-05-06 10:15 ` Michal Marek
  0 siblings, 1 reply; 9+ messages in thread
From: Arun Sharma @ 2011-05-05 17:39 UTC (permalink / raw)
  To: linux-kbuild

Useful in the presence of multiple kernels with different 
firmware versions.

Signed-off-by: Arun Sharma <asharma@fb.com>

diff --git a/Makefile b/Makefile
index e712243..cb715df 100644
--- a/Makefile
+++ b/Makefile
@@ -997,7 +997,7 @@ depend dep:
 
 # ---------------------------------------------------------------------------
 # Firmware install
-INSTALL_FW_PATH=$(INSTALL_MOD_PATH)/lib/firmware
+INSTALL_FW_PATH=$(INSTALL_MOD_PATH)/lib/firmware/$(KERNELRELEASE)
 export INSTALL_FW_PATH
 
 PHONY += firmware_install

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2011-05-17 11:37 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-05 17:39 [PATCH] Add $KERNELRELEASE to firmware install path Arun Sharma
2011-05-06 10:15 ` Michal Marek
2011-05-06 10:18   ` David Woodhouse
2011-05-06 18:44     ` Arun Sharma
2011-05-06 19:02       ` David Woodhouse
2011-05-06 22:37         ` Arun Sharma
2011-05-16 14:21           ` Michal Marek
2011-05-17 11:23             ` David Woodhouse
2011-05-17 11:37               ` Michal Marek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.