diff options
author | Johannes Berg <johannes.berg@intel.com> | 2015-10-15 14:35:41 +0200 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2017-10-11 13:18:51 +0200 |
commit | c8c240e284b3d821011b4f680b3eaa99569b3756 (patch) | |
tree | 60988d2bd3f547435c0af3b6f428f64ccd20e736 /net/wireless/Makefile | |
parent | 1ea4ff3e9f0b8d53e680a2bb9e8e644bf03aeb4d (diff) | |
download | talos-obmc-linux-c8c240e284b3d821011b4f680b3eaa99569b3756.tar.gz talos-obmc-linux-c8c240e284b3d821011b4f680b3eaa99569b3756.zip |
cfg80211: reg: remove support for built-in regdb
Parsing and building C structures from a regdb is no longer needed
since the "firmware" file (regulatory.db) can be linked into the
kernel image to achieve the same effect.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/wireless/Makefile')
-rw-r--r-- | net/wireless/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/net/wireless/Makefile b/net/wireless/Makefile index d06e5015751a..5f20dac5d8c6 100644 --- a/net/wireless/Makefile +++ b/net/wireless/Makefile @@ -14,11 +14,5 @@ cfg80211-y += mlme.o ibss.o sme.o chan.o ethtool.o mesh.o ap.o trace.o ocb.o cfg80211-$(CONFIG_OF) += of.o cfg80211-$(CONFIG_CFG80211_DEBUGFS) += debugfs.o cfg80211-$(CONFIG_CFG80211_WEXT) += wext-compat.o wext-sme.o -cfg80211-$(CONFIG_CFG80211_INTERNAL_REGDB) += regdb.o CFLAGS_trace.o := -I$(src) - -$(obj)/regdb.c: $(src)/db.txt $(src)/genregdb.awk - @$(AWK) -f $(srctree)/$(src)/genregdb.awk < $< > $@ - -clean-files := regdb.c |