Dosyalar
android_kernel_samsung_sm86…/qcom/opensource/mm-sys-kernel/ubwcp/Makefile
David Wronek 46e9caf0d0 Add 'qcom/opensource/mm-sys-kernel/' from commit '88eb9646a400c3c70d3614c3912af530dd332060'
git-subtree-dir: qcom/opensource/mm-sys-kernel
git-subtree-mainline: 99d06628db
git-subtree-split: 88eb9646a4
Change-Id:
repo: https://git.codelinaro.org/clo/la/platform/vendor/opensource/mm-sys-kernel
tag: LA.VENDOR.14.3.0.r1-17300-lanai.QSSI15.0
2024-10-06 16:45:14 +02:00

20 satır
498 B
Makefile

# SPDX-License-Identifier: GPL-2.0-only
#ifeq ($(KP_MODULE_ROOT),)
#KP_MODULE_ROOT=$(KERNEL_SRC)/$(M)
#endif
#KBUILD_OPTIONS+=KBUILD_DTC_INCLUDE=$(KP_MODULE_ROOT)
# Kbuild assumes devicetree source lives in arch/arm64/boot/dts, but perhaps it
# lives in some other directory in your project. Specify it with KBUILD_EXTMOD_DTS
# KBUILD_OPTIONS+=KBUILD_EXTMOD_DTS=camera
all: modules # dtbs
clean:
$(MAKE) -C $(KERNEL_SRC) M=$(M) clean
%:
$(MAKE) -C $(KERNEL_SRC) M=$(M) $@ $(KBUILD_OPTIONS)