diff options
Diffstat (limited to 'drivers/gpu/ion/sprd/Makefile')
| -rw-r--r-- | drivers/gpu/ion/sprd/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/gpu/ion/sprd/Makefile b/drivers/gpu/ion/sprd/Makefile new file mode 100644 index 00000000..8de25d86 --- /dev/null +++ b/drivers/gpu/ion/sprd/Makefile @@ -0,0 +1,5 @@ +obj-y += sprd_ion.o sprd_ion_cma_heap.o sprd_fence.o + +ifdef CONFIG_COMPAT +obj-$(CONFIG_ION) += compat_sprd_ion.o +endif |
