Files
android_kernel_samsung_sm87…/qcom/opensource/wlan/wlan-devicetree/Makefile
2025-08-12 22:13:00 +02:00

11 lines
189 B
Makefile

# SPDX-License-Identifier: GPL-2.0
KBUILD_OPTIONS += KBUILD_EXTMOD_DTS=.
all: dtbs
clean:
$(MAKE) -C $(KERNEL_SRC) M=$(M) clean
%:
$(MAKE) -C $(KERNEL_SRC) M=$(M) $@ $(KBUILD_OPTIONS)