Makefile 362 B

123456789101112
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. qcom_hgsl-objs = hgsl.o \
  3. hgsl_sync.o \
  4. hgsl_memory.o \
  5. hgsl_hyp.o \
  6. hgsl_hyp_socket.o
  7. qcom_hgsl-$(CONFIG_SYSFS) += hgsl_sysfs.o
  8. qcom_hgsl-$(CONFIG_DEBUG_FS) += hgsl_debugfs.o
  9. qcom_hgsl-$(CONFIG_QCOM_HGSL_TCSR_SIGNAL) += hgsl_tcsr.o
  10. obj-$(CONFIG_QCOM_HGSL) += qcom_hgsl.o