Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8e9198d0 authored by Alex Deucher's avatar Alex Deucher
Browse files

drm/amdgpu: move some atombios definitions to common folder (v2)



the definitions can be shared by different IP components.

v2: fix include path

Signed-off-by: default avatarJammy Zhou <Jammy.Zhou@amd.com>
Reviewed-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 5430a3ff
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -3,7 +3,8 @@
# Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher.

ccflags-y := -Iinclude/drm -Idrivers/gpu/drm/amd/include/asic_reg \
	-Idrivers/gpu/drm/amd/include
	-Idrivers/gpu/drm/amd/include \
	-Idrivers/gpu/drm/amd/amdgpu

amdgpu-y := amdgpu_drv.o

Loading