intel-gpu / intel-gpu-i915-backports

Other
94 stars 63 forks source link

fix wrong indentation in Makefile.backports #157

Closed flumm closed 7 months ago

flumm commented 9 months ago

those lines are not allowed to be indented with a tab, otherwise building the module fails with:

Makefile.backport:434: *** recipe commences before first target. Stop.

same for line 430

alternatively could be indented with spaces, but i used the same style as line 461 and following

smuqthya commented 7 months ago

This issue will be triggered during un-supported osv's. removing tab make sense. can be merged