Rename CONFIG_WIRELESS to CONFIG_DRIVERS_WIRELESS

This commit is contained in:
Gregory Nutt
2016-02-26 16:50:26 -06:00
parent 309beae2cd
commit cfe018e991
6 changed files with 14 additions and 8 deletions
+6
View File
@@ -124,6 +124,12 @@ else
OTHERDIRS += audio
endif
ifeq ($(CONFIG_DRIVERS_WIRELESS),y)
NONFSDIRS += wireless
else
OTHERDIRS += wireless
endif
# CLEANDIRS are the directories that will clean in. These are
# all directories that we know about.
# KERNDEPDIRS are the directories in which we will build target dependencies.