You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
169 B
7 lines
169 B
14 years ago
|
|
||
|
ccflags-y := -Iinclude/drm
|
||
|
|
||
|
udl-y := udl_drv.o udl_modeset.o udl_connector.o udl_encoder.o udl_main.o udl_fb.o udl_transfer.o udl_gem.o
|
||
|
|
||
|
obj-$(CONFIG_DRM_UDL) := udl.o
|