replace common qcom sources with samsung ones
This commit is contained in:
13
qcom/opensource/graphics-devicetree/Kbuild
Normal file
13
qcom/opensource/graphics-devicetree/Kbuild
Normal file
@@ -0,0 +1,13 @@
|
||||
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
|
Reference in New Issue
Block a user