Files
chandu078 2ef12a6a56 Add 'qcom/graphics/' from commit '96de6303a261df9b0c155e726b6eae34878c8360'
git-subtree-dir: qcom/graphics
git-subtree-mainline: d1508c2d2f
git-subtree-split: 96de6303a2
2025-08-03 14:44:15 +05:30

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)