]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/xe: Generate oob before compiling anything
authorLucas De Marchi <lucas.demarchi@intel.com>
Mon, 8 Jul 2024 21:29:06 +0000 (14:29 -0700)
committerLucas De Marchi <lucas.demarchi@intel.com>
Wed, 10 Jul 2024 06:27:48 +0000 (23:27 -0700)
commitea74bf9ccba9ae80fc0766c07c4abaef927e9e63
tree3d637f02d701013a5f463d39662b0fe208b4eafb
parent3d122660dc70029d9cccb4e8670125f0affa959e
drm/xe: Generate oob before compiling anything

Instead of keep adding more dependencies as WAs are needed in different
places of the driver, just add a rule with all the objects so the code
generation happens before anything else.

While at it, group lines related to wa_oob in the Makefile.

v2: Prefix $(obj) when declaring dependency

Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240708213041.1734028-1-lucas.demarchi@intel.com
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
drivers/gpu/drm/xe/Makefile