diff options
author | Xianzhong <b07117@freescale.com> | 2015-12-16 18:17:06 +0800 |
---|---|---|
committer | Nitin Garg <nitin.garg@nxp.com> | 2016-01-14 11:02:44 -0600 |
commit | e255eb7c6f1f855ebd6643add6df570c0a2783b4 (patch) | |
tree | 84ae9164cb8eb4dbc9b15ac59d18ce5692ea610f | |
parent | 60f80ef759d164d356e2131051d5236982187e90 (diff) |
MGS-1360 fix gpu kernel driver with built-in mode
gpu kernel driver is loadable by default, change to built-in mode.
Signed-off-by: Xianzhong <b07117@freescale.com>
-rw-r--r-- | drivers/mxc/gpu-viv/Kbuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mxc/gpu-viv/Kbuild b/drivers/mxc/gpu-viv/Kbuild index 485e7a3ab667..f5bd25736308 100644 --- a/drivers/mxc/gpu-viv/Kbuild +++ b/drivers/mxc/gpu-viv/Kbuild @@ -306,7 +306,7 @@ endif EXTRA_CFLAGS += -DHOST=\"$(HOST)\" -obj-m = $(MODULE_NAME).o +obj-$(CONFIG_MXC_GPU_VIV) = $(MODULE_NAME).o $(MODULE_NAME)-objs = $(OBJS) |