]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/xe: Fix sort order of .o lists in Makefile
authorGustavo Sousa <gustavo.sousa@intel.com>
Wed, 15 Jan 2025 14:08:04 +0000 (11:08 -0300)
committerMatt Roper <matthew.d.roper@intel.com>
Thu, 30 Jan 2025 17:41:59 +0000 (09:41 -0800)
commitc13a42f2107c768715fbac518072363b57258e36
tree2264acc80952282530198eac1c76b6d2bd218fe1
parent33f17e2cbd930a2a00eb007d9b241b6db010a880
drm/xe: Fix sort order of .o lists in Makefile

The Makefile for xe asks us to keep the lists of object files sorted:

  # Please keep these build lists sorted!

Reshuffle the lists into the correct sort order. That was done by
filtering each unsorted list through 'LC_ALL=C sort'.

Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com>
Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250115140812.20799-1-gustavo.sousa@intel.com
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
drivers/gpu/drm/xe/Makefile