Merge pull request #30 from brain-hackers/fix-x1

sharp: fix x1 build and logo
This commit is contained in:
Takumi Sueda 2024-02-03 23:12:13 -08:00 committed by GitHub
commit e8fc0d0cf3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -4,4 +4,6 @@ obj-$(CONFIG_VIDEO_MXS) += dma.o
else
obj- = __dummy__.o
endif
obj-y := cpu_clkdiv.o
ifdef CONFIG_ARCH_MX28
obj-$(CONFIG_ARCH_MX28) += cpu_clkdiv.o
endif