Files
android_kernel_samsung_sm87…/Kbuild
Carter Cooper 051ac8e212 ARM: dts: msm: Add Sun V2 GPU support
Add GPU support for Sun V2 devices.

Signed-off-by: Carter Cooper <quic_ccooper@quicinc.com>
Change-Id: I8fab9d400ace2257e486fadc5e41836013e09c77
2024-04-23 15:39:33 -07:00

14 lines
284 B
Makefile

ifeq ($(CONFIG_ARCH_PINEAPPLE), y)
dtbo-y += gpu/pineapple-gpu.dtbo \
gpu/pineapple-v2-gpu.dtbo
endif
ifeq ($(CONFIG_ARCH_SUN), y)
dtbo-y += gpu/sun-gpu.dtbo \
gpu/sun-v2-gpu.dtbo
endif
always-y := $(dtb-y) $(dtbo-y)
subdir-y := $(dts-dirs)
clean-files := *.dtb *.dtbo