277b9fca48
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-10-git-send-email-yamada.masahiro@socionext.com
5 lines
160 B
Makefile
5 lines
160 B
Makefile
mgag200-y := mgag200_main.o mgag200_mode.o mgag200_cursor.o \
|
|
mgag200_drv.o mgag200_fb.o mgag200_i2c.o mgag200_ttm.o
|
|
|
|
obj-$(CONFIG_DRM_MGAG200) += mgag200.o
|