According to upstream requirement moving devicetree form vendor/qcom/proprietary/mmrm-devicetree to vendor/qcom/opensource/mmrm-devicetree by creating new project. All the changes to the devicetree need to be done in this project to be merged. All changes will need Signed-off-by: tags and will need to use open source emails. Change-Id: Ia6ca401d094e934503c54718716ab0d1c64015af Signed-off-by: Megha Byahatti <quic_mbyahatt@quicinc.com>
10 lines
152 B
Makefile
10 lines
152 B
Makefile
KBUILD_OPTIONS+=KBUILD_EXTMOD_DTS=.
|
|
|
|
all: dtbs
|
|
|
|
clean:
|
|
$(MAKE) -C $(KERNEL_SRC) M=$(M) clean
|
|
|
|
%:
|
|
$(MAKE) -C $(KERNEL_SRC) M=$(M) $@ $(KBUILD_OPTIONS)
|