drm/radeon: Don't use relative paths in #include
Signed-off-by: Oded Gabbay <oded.gabbay@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
fe50280420
commit
23d6cbe616
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
# Makefile for the drm device driver. This driver provides support for the
|
# Makefile for the drm device driver. This driver provides support for the
|
||||||
# Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher.
|
# Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher.
|
||||||
|
|
||||||
ccflags-y := -Iinclude/drm
|
ccflags-y := -Iinclude/drm -Idrivers/gpu/drm/amd/include
|
||||||
|
|
||||||
hostprogs-y := mkregtable
|
hostprogs-y := mkregtable
|
||||||
clean-files := rn50_reg_safe.h r100_reg_safe.h r200_reg_safe.h rv515_reg_safe.h r300_reg_safe.h r420_reg_safe.h rs600_reg_safe.h r600_reg_safe.h evergreen_reg_safe.h cayman_reg_safe.h
|
clean-files := rn50_reg_safe.h r100_reg_safe.h r200_reg_safe.h rv515_reg_safe.h r300_reg_safe.h r420_reg_safe.h rs600_reg_safe.h r600_reg_safe.h evergreen_reg_safe.h cayman_reg_safe.h
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
#define RADEON_KFD_H_INCLUDED
|
#define RADEON_KFD_H_INCLUDED
|
||||||
|
|
||||||
#include <linux/types.h>
|
#include <linux/types.h>
|
||||||
#include "../amd/include/kgd_kfd_interface.h"
|
#include "kgd_kfd_interface.h"
|
||||||
|
|
||||||
struct radeon_device;
|
struct radeon_device;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue