Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ca96e201 authored by Tomi Valkeinen's avatar Tomi Valkeinen
Browse files

OMAPDSS: Makefile: move omapfb after panels



omapfb requires the panels to have been probed before omapfb's probe. We
currently manage that by having omapfb in late initcall level. However,
a much simpler way is to just change the makefile so that omapfb is
after the panel drivers.

Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
parent 989c79a8
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
obj-$(CONFIG_OMAP2_VRFB) += vrfb.o
obj-$(CONFIG_OMAP2_VRFB) += vrfb.o


obj-$(CONFIG_OMAP2_DSS) += dss/
obj-$(CONFIG_OMAP2_DSS) += dss/
obj-$(CONFIG_FB_OMAP2) += omapfb/
obj-y += displays/
obj-y += displays/
obj-$(CONFIG_FB_OMAP2) += omapfb/