Files
android_kernel_samsung_sm87…/Makefile
Khageswararao Rao B 5a99ac82db nfc: dts: Add device tree entries for sun target
Add initial device tree entries for sun target

Change-Id: Ieeb7eb1f6e300b1453cda59f75f50b9de2b58c6c
2024-02-21 20:23:55 +05:30

12 lines
220 B
Makefile

KBUILD_OPTIONS += KBUILD_EXTMOD_DTS=.
all: dtbs
%:
$(MAKE) -C $(KERNEL_SRC) M=$(M) $@ $(KBUILD_OPTIONS)
modules_install:
$(MAKE) M=$(M) -C $(KERNEL_SRC) modules_install
clean:
$(MAKE) -C $(KERNEL_SRC) M=$(M) clean