mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-12 11:36:39 +07:00
559d670189
The core files of DSS2. DSS2 commits are split a bit artificially to make the individual commits smaller, and DSS2 doesn't compile properly without the rest of the core commits. This shouldn't be a problem, as no configuration uses DSS2 yet. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@nokia.com>
7 lines
275 B
Makefile
7 lines
275 B
Makefile
obj-$(CONFIG_OMAP2_DSS) += omapdss.o
|
|
omapdss-y := core.o dss.o dispc.o dpi.o display.o manager.o overlay.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
|