Files
android_kernel_samsung_sm87…/Makefile
Eric Rosas 391017c2ec dt-bindings: Check in pineapple and sun dt files
Initial check in of pineapple and sun dt files on
new branch.

Signed-off-by: Eric Rosas <quic_erosas@quicinc.com>
Change-Id: I8332884d94e2f2c52113f2630d66c79def470004
2023-09-08 16:35:11 -07:00

20 lines
507 B
Makefile

AUDIO_DEVICETREE_ROOT=$(KERNEL_SRC)/$(M)
AUDIO_KERNEL_ROOT=$(AUDIO_DEVICETREE_ROOT)/../../opensource/audio-kernel/include
KBUILD_OPTIONS += KBUILD_DTC_INCLUDE=$(AUDIO_KERNEL_ROOT)
KBUILD_OPTIONS += KBUILD_EXTMOD_DTS=.
KBUILD_OPTIONS += KERNEL_ROOT=$(ROOT_DIR)/$(KERNEL_DIR)
KBUILD_OPTIONS += MODNAME=audio-devicetree
all: dtbs
dtbs:
$(MAKE) -C $(KERNEL_SRC) M=$(M) dtbs $(KBUILD_OPTIONS)
modules_install:
$(MAKE) M=$(M) -C $(KERNEL_SRC) modules_install
clean:
$(MAKE) -C $(KERNEL_SRC) M=$(M) clean