public inbox for linux-wireless@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/5] Allow .config to supply optional local Makefile settings.
@ 2009-06-30 21:18 Jon Loeliger
  0 siblings, 0 replies; only message in thread
From: Jon Loeliger @ 2009-06-30 21:18 UTC (permalink / raw)
  To: Luis R. Rodriguez; +Cc: linux-wireless@vger.kernel.org

Signed-off-by: Jon Loeliger <jdl@bigfootnetworks.com>
---
 Makefile |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index b93b735..589c453 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,5 @@
+-include .config
+
 # Modify as you see fit, note this is built into crda,
 # so if you change it here you will have to change crda.c
 REG_BIN?=/usr/lib/crda/regulatory.bin
-- 
1.6.3.GIT




^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2009-06-30 21:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-30 21:18 [PATCH 1/5] Allow .config to supply optional local Makefile settings Jon Loeliger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox