]> git.karo-electronics.de Git - linux-beck.git/commitdiff
drm/radeon: Don't use relative paths in #include
authorOded Gabbay <oded.gabbay@amd.com>
Fri, 2 Jan 2015 21:32:49 +0000 (23:32 +0200)
committerOded Gabbay <oded.gabbay@amd.com>
Fri, 2 Jan 2015 21:32:49 +0000 (23:32 +0200)
Signed-off-by: Oded Gabbay <oded.gabbay@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/Makefile
drivers/gpu/drm/radeon/radeon_kfd.h

index 12bc21219a0ea13f305133139ba9a4afe9dcf618..c58cfd3c3917845c137651c03b8ed41da672b11d 100644 (file)
@@ -2,7 +2,7 @@
 # Makefile for the drm device driver.  This driver provides support for the
 # 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
 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
index f90e161ca507c5d8b4e839abad43f0333994e093..1103f9082f6b069aa1c4501347ef3066fc1a619a 100644 (file)
@@ -29,7 +29,7 @@
 #define RADEON_KFD_H_INCLUDED
 
 #include <linux/types.h>
-#include "../amd/include/kgd_kfd_interface.h"
+#include "kgd_kfd_interface.h"
 
 struct radeon_device;