Makefile 207 B

12345678
  1. #
  2. # Makefile for the Linux Kernel SOC specific device drivers.
  3. #
  4. obj-$(CONFIG_ARCH_QCOM) += qcom/
  5. obj-$(CONFIG_ARCH_TEGRA) += tegra/
  6. obj-$(CONFIG_SOC_TI) += ti/
  7. obj-$(CONFIG_PLAT_VERSATILE) += versatile/