mirror of
https://github.com/torvalds/linux.git
synced 2024-12-27 13:22:23 +00:00
58f2554807
Create a new file, apply.c, and move code about handling the apply-mechanism and configuration of the managers and overlays from manager.c to apply.c. Not all related code is moved in this patch, but only the core apply/configure functions. The later patches move rest of the code from overlay.c and manager.c, adding necessary locking at the same time. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
11 lines
420 B
Makefile
11 lines
420 B
Makefile
obj-$(CONFIG_OMAP2_DSS) += omapdss.o
|
|
omapdss-y := core.o dss.o dss_features.o dispc.o display.o manager.o overlay.o \
|
|
apply.o
|
|
omapdss-$(CONFIG_OMAP2_DSS_DPI) += dpi.o
|
|
omapdss-$(CONFIG_OMAP2_DSS_RFBI) += rfbi.o
|
|
omapdss-$(CONFIG_OMAP2_DSS_VENC) += venc.o
|
|
omapdss-$(CONFIG_OMAP2_DSS_SDI) += sdi.o
|
|
omapdss-$(CONFIG_OMAP2_DSS_DSI) += dsi.o
|
|
omapdss-$(CONFIG_OMAP4_DSS_HDMI) += hdmi.o \
|
|
hdmi_panel.o ti_hdmi_4xxx_ip.o
|