2 lines
773 B
Batchfile
2 lines
773 B
Batchfile
|
savedcmd_drivers/gpu/drm/modules.order := { cat drivers/gpu/drm/tests/modules.order; cat drivers/gpu/drm/arm/modules.order; cat drivers/gpu/drm/display/modules.order; cat drivers/gpu/drm/rcar-du/modules.order; cat drivers/gpu/drm/omapdrm/modules.order; cat drivers/gpu/drm/tilcdc/modules.order; cat drivers/gpu/drm/imx/modules.order; cat drivers/gpu/drm/i2c/modules.order; cat drivers/gpu/drm/panel/modules.order; cat drivers/gpu/drm/bridge/modules.order; cat drivers/gpu/drm/hisilicon/modules.order; cat drivers/gpu/drm/mxsfb/modules.order; cat drivers/gpu/drm/tiny/modules.order; cat drivers/gpu/drm/xlnx/modules.order; cat drivers/gpu/drm/gud/modules.order; cat drivers/gpu/drm/solomon/modules.order; :; } > drivers/gpu/drm/modules.order
|