summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/Makefile
diff options
context:
space:
mode:
authorMike Waychison2011-04-30 02:39:31 +0200
committerGreg Kroah-Hartman2011-04-30 03:09:35 +0200
commita1d9a09ae8003380a7f2297ee4367947cbdf874f (patch)
treeb250e6157a857dbc6e0923677518ab3b6fe34f54 /drivers/firmware/Makefile
parentdriver: Google Memory Console (diff)
downloadkernel-qcow2-linux-a1d9a09ae8003380a7f2297ee4367947cbdf874f.tar.gz
kernel-qcow2-linux-a1d9a09ae8003380a7f2297ee4367947cbdf874f.tar.xz
kernel-qcow2-linux-a1d9a09ae8003380a7f2297ee4367947cbdf874f.zip
Introduce CONFIG_GOOGLE_FIRMWARE
In order to keep Google's firmware drivers organized amongst themselves, all Google firmware drivers are gated on CONFIG_GOOGLE_FIRMWARE=y, which defaults to 'n' in the kernel build. Signed-off-by: Mike Waychison <mikew@google.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/firmware/Makefile')
-rw-r--r--drivers/firmware/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/firmware/Makefile b/drivers/firmware/Makefile
index d7d600992d4a..47338c979126 100644
--- a/drivers/firmware/Makefile
+++ b/drivers/firmware/Makefile
@@ -14,4 +14,4 @@ obj-$(CONFIG_ISCSI_IBFT) += iscsi_ibft.o
obj-$(CONFIG_FIRMWARE_MEMMAP) += memmap.o
obj-$(CONFIG_SIGMA) += sigma.o
-obj-y += google/
+obj-$(CONFIG_GOOGLE_FIRMWARE) += google/