Files
android_kernel_samsung_sm87…/Makefile
Grace An 05133adf46 ARM: dts: msm: mm-drivers: add support for hw-fence feature on sun
This change adds support for device tree configuration and settings
for the hw-fence driver that initialize, expose and manage the
interfaces for hw-fences on sun target.

Change-Id: I99fd3678728af8b9000db8867a1c776d46b7cc16
Signed-off-by: Grace An <quic_gracan@quicinc.com>
2024-01-18 15:40:21 -08:00

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)