Makefile 969 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. # SPDX-License-Identifier: GPL-2.0
  2. #
  3. # Makefile for the Linux Kernel SOC specific device drivers.
  4. #
  5. obj-y += apple/
  6. obj-y += aspeed/
  7. obj-$(CONFIG_ARCH_AT91) += atmel/
  8. obj-y += bcm/
  9. obj-$(CONFIG_ARCH_CANAAN) += canaan/
  10. obj-$(CONFIG_EP93XX_SOC) += cirrus/
  11. obj-$(CONFIG_ARCH_DOVE) += dove/
  12. obj-$(CONFIG_MACH_DOVE) += dove/
  13. obj-y += fsl/
  14. obj-y += fujitsu/
  15. obj-$(CONFIG_ARCH_GEMINI) += gemini/
  16. obj-y += hisilicon/
  17. obj-y += imx/
  18. obj-y += ixp4xx/
  19. obj-$(CONFIG_SOC_XWAY) += lantiq/
  20. obj-$(CONFIG_LITEX_SOC_CONTROLLER) += litex/
  21. obj-y += loongson/
  22. obj-y += mediatek/
  23. obj-y += microchip/
  24. obj-y += nuvoton/
  25. obj-y += pxa/
  26. obj-y += amlogic/
  27. obj-y += qcom/
  28. obj-y += renesas/
  29. obj-y += rockchip/
  30. obj-$(CONFIG_SOC_SAMSUNG) += samsung/
  31. obj-y += sunxi/
  32. obj-$(CONFIG_ARCH_TEGRA) += tegra/
  33. obj-y += ti/
  34. obj-$(CONFIG_ARCH_U8500) += ux500/
  35. obj-y += versatile/
  36. obj-y += xilinx/
  37. obj-$(CONFIG_ARCH_ARKMICRO) += arkmicro/