Makefile (c316cf670491def52a396d3bdc5a63ad01f7fefa) Makefile (248a1d6f1ac410d3ed3907c1be2502e286f59bb8)
1#
2# Makefile for the drm device driver. This driver provides support for the
3# Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher.
4
5FULL_AMD_PATH=$(src)/..
6
1#
2# Makefile for the drm device driver. This driver provides support for the
3# Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher.
4
5FULL_AMD_PATH=$(src)/..
6
7ccflags-y := -Iinclude/drm -I$(FULL_AMD_PATH)/include/asic_reg \
7ccflags-y := -I$(FULL_AMD_PATH)/include/asic_reg \
8 -I$(FULL_AMD_PATH)/include \
9 -I$(FULL_AMD_PATH)/amdgpu \
10 -I$(FULL_AMD_PATH)/scheduler \
11 -I$(FULL_AMD_PATH)/powerplay/inc \
12 -I$(FULL_AMD_PATH)/acp/include
13
14amdgpu-y := amdgpu_drv.o
15

--- 115 unchanged lines hidden ---
8 -I$(FULL_AMD_PATH)/include \
9 -I$(FULL_AMD_PATH)/amdgpu \
10 -I$(FULL_AMD_PATH)/scheduler \
11 -I$(FULL_AMD_PATH)/powerplay/inc \
12 -I$(FULL_AMD_PATH)/acp/include
13
14amdgpu-y := amdgpu_drv.o
15

--- 115 unchanged lines hidden ---