audio-kernel: Add kbuild options from Android.mk to Makefile
Change-Id: I5780069c7dadcf24814283e36f860f23050318dc Signed-off-by: chandu078 <chandudyavanapelli03@gmail.com>
This commit is contained in:
@@ -13,7 +13,10 @@ endif
|
|||||||
M=$(PWD)
|
M=$(PWD)
|
||||||
AUDIO_ROOT=$(KERNEL_SRC)/$(M)
|
AUDIO_ROOT=$(KERNEL_SRC)/$(M)
|
||||||
|
|
||||||
KBUILD_OPTIONS+= AUDIO_ROOT=$(AUDIO_ROOT)
|
KBUILD_OPTIONS += AUDIO_ROOT=$(AUDIO_ROOT)
|
||||||
|
KBUILD_OPTIONS += MODNAME=audio_dlkm
|
||||||
|
KBUILD_OPTIONS += BOARD_PLATFORM=pineapple
|
||||||
|
KBUILD_OPTIONS += KBUILD_EXTRA_SYMBOLS=$(OUT_DIR)/../sm8650-modules/qcom/opensource/mm-drivers/msm_ext_display/Module.symvers
|
||||||
|
|
||||||
all: modules
|
all: modules
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user