Skip to content
This repository was archived by the owner on Oct 5, 2018. It is now read-only.

Commit c964e59

Browse files
committed
Merge branch 'topic/hikey/mali' into hikey
2 parents 70ffc7c + eeb260b commit c964e59

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

drivers/gpu/arm/utgard/Kbuild

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -23,23 +23,8 @@ MALI_UPPER_HALF_SCHEDULING ?= 1
2323
MALI_ENABLE_CPU_CYCLES ?= 0
2424

2525
# For customer releases the Linux Device Drivers will be provided as ARM proprietary and GPL releases:
26-
# The ARM proprietary product will only include the license/proprietary directory
27-
# The GPL product will only include the license/gpl directory
28-
ifeq ($(wildcard $(src)/linux/license/gpl/*),)
29-
ccflags-y += -I$(src)/linux/license/proprietary
30-
ifeq ($(CONFIG_MALI400_PROFILING),y)
31-
$(error Profiling is incompatible with non-GPL license)
32-
endif
33-
ifeq ($(CONFIG_PM_RUNTIME),y)
34-
$(error Runtime PM is incompatible with non-GPL license)
35-
endif
36-
ifeq ($(CONFIG_DMA_SHARED_BUFFER),y)
37-
$(error DMA-BUF is incompatible with non-GPL license)
38-
endif
39-
$(error Linux Device integration is incompatible with non-GPL license)
40-
else
41-
ccflags-y += -I$(src)/linux/license/gpl
42-
endif
26+
# The in-tree driver will only use the GPL releases.
27+
ccflags-y += -I$(src)/linux/license/gpl
4328

4429
ifeq ($(USING_GPU_UTILIZATION), 1)
4530
ifeq ($(USING_DVFS), 1)

0 commit comments

Comments
 (0)