mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 08:31:55 +00:00
62b63dcce0
Include <drm/*.h> instead of relative path from include/drm, then remove the -Iinclude/drm compiler flag. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: http://patchwork.freedesktop.org/patch/msgid/1493009447-31524-8-git-send-email-yamada.masahiro@socionext.com
5 lines
128 B
Makefile
5 lines
128 B
Makefile
cirrus-y := cirrus_main.o cirrus_mode.o \
|
|
cirrus_drv.o cirrus_fbdev.o cirrus_ttm.o
|
|
|
|
obj-$(CONFIG_DRM_CIRRUS_QEMU) += cirrus.o
|