graphics-kernel: Add kbuild options from Android.mk to Makefile
Change-Id: Iac5c8834b16f8857b616b9bf0157e51322161e7b Signed-off-by: chandu078 <chandudyavanapelli03@gmail.com>
This commit is contained in:
@@ -3,6 +3,10 @@ CUR_MKFILE = $(abspath $(lastword $(MAKEFILE_LIST)))
|
||||
KGSL_MODULE_ROOT = $(dir $(CUR_MKFILE))
|
||||
endif
|
||||
|
||||
KBUILD_OPTIONS += CONFIG_QCOM_KGSL=m
|
||||
KBUILD_OPTIONS += BOARD_PLATFORM=pineapple
|
||||
KBUILD_OPTIONS += $(KGSL_SELECT)
|
||||
KBUILD_OPTIONS += MODNAME=msm_kgsl
|
||||
KBUILD_OPTIONS += KGSL_PATH=$(KGSL_MODULE_ROOT)
|
||||
|
||||
all: modules
|
||||
|
Reference in New Issue
Block a user