This repository was archived by the owner on Oct 5, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-17
lines changed Expand file tree Collapse file tree 1 file changed +2
-17
lines changed Original file line number Diff line number Diff line change @@ -23,23 +23,8 @@ MALI_UPPER_HALF_SCHEDULING ?= 1
2323MALI_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
4429ifeq ($(USING_GPU_UTILIZATION ) , 1)
4530 ifeq ($(USING_DVFS), 1)
You can’t perform that action at this time.
0 commit comments