mirror of
https://github.com/torvalds/linux.git
synced 2024-11-19 18:41:48 +00:00
a189d28e5e
In case of simulation there's no real encoder/transmitter device because in the model's virtual LCD we're rendering whatever appears in frame-buffer memory. Signed-off-by: Ruud Derwig <rderwig@synopsys.com> Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
3 lines
103 B
Makefile
3 lines
103 B
Makefile
arcpgu-y := arcpgu_crtc.o arcpgu_hdmi.o arcpgu_sim.o arcpgu_drv.o
|
|
obj-$(CONFIG_DRM_ARCPGU) += arcpgu.o
|