mirror of
https://github.com/gnif/vendor-reset.git
synced 2026-02-11 03:32:43 +01:00
Implement BACO for vega10.
Additionally, imported a whole bunch of stuff from the `amdgpu` module.
This commit is contained in:
@@ -2,4 +2,12 @@ vendor-reset-y += \
|
||||
src/amd/common.o \
|
||||
src/amd/vega10.o \
|
||||
src/amd/vega20.o \
|
||||
src/amd/navi10.o
|
||||
src/amd/navi10.o \
|
||||
src/amd/amdgpu/common_baco.o \
|
||||
src/amd/amdgpu/vega10_reg_init.o
|
||||
|
||||
ccflags-y += \
|
||||
-I$(src)/src/amd \
|
||||
-I$(src)/src/amd/amdgpu \
|
||||
-I$(src)/src/amd/amdgpu/include \
|
||||
$(foreach inc,$(wildcard $(src)/src/amd/amdgpu/include/asic_reg/*/.),-I$(dir $(inc)) )
|
||||
Reference in New Issue
Block a user