Commit f3fb038
drm/amdgpu: Fix in-tree build
scripts/Makefile.lib isn't found in in-tree build, breaking the
test for whether to take the full path of source files. This
leads to CGLAGS for float and sse instructions not being applied
correctly in the DAL build, which results in build failures.
Instead set AMDKCL_KBUILD_TAKE_PATH=1 directly for in-tree builds.
Signed-off-by: Felix Kuehling <[email protected]>
Reviewed-by: Flora Cui <[email protected]>
Reviewed-by: Feifei Xu <[email protected]>1 parent 024c622 commit f3fb038
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | 31 | | |
34 | 32 | | |
35 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
0 commit comments