
git-subtree-dir: qcom/opensource/mm-drivers git-subtree-mainline:880d405719
git-subtree-split:f37d625cda
Change-Id: repo: https://git.codelinaro.org/clo/la/platform/vendor/opensource/mm-drivers tag: DISPLAY.LA.4.0.r2-07600-lanai.0
16 lines
344 B
Makefile
16 lines
344 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
KBUILD_OPTIONS += MSM_EXT_DISPLAY_ROOT=$(KERNEL_SRC)/$(M)/../
|
|
|
|
all: modules
|
|
|
|
modules_install:
|
|
$(MAKE) INSTALL_MOD_STRIP=1 -C $(KERNEL_SRC) M=$(M) modules_install
|
|
|
|
%:
|
|
$(MAKE) -C $(KERNEL_SRC) M=$(M) $@ $(KBUILD_OPTIONS)
|
|
|
|
clean:
|
|
rm -f *.o *.ko *.mod.c *.mod.o *~ .*.cmd Module.symvers
|
|
rm -rf .tmp_versions
|