summaryrefslogtreecommitdiff
path: root/drivers/cpu/Makefile
diff options
context:
space:
mode:
authorJiaxun Yang <[email protected]>2024-06-18 14:56:07 +0100
committerTom Rini <[email protected]>2024-07-04 16:08:37 -0600
commit51087a320da0fa3780645f7bfdb7fb616005dbdd (patch)
tree6a6a77633c602a8ec9dde1787cceedbf0ef32b5d /drivers/cpu/Makefile
parenteb2daa0f4e6d431ea62c3feca190f7fd2a9de8f5 (diff)
drivers: cpu: Add xtensa CPU driver
Implement various CPU related functions. I'm actually just using it to get cpu clock frequency. Tested-by: Max Filippov <[email protected]> Signed-off-by: Jiaxun Yang <[email protected]>
Diffstat (limited to 'drivers/cpu/Makefile')
-rw-r--r--drivers/cpu/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/cpu/Makefile b/drivers/cpu/Makefile
index d4bbf6fa5e0..bc75d9b974e 100644
--- a/drivers/cpu/Makefile
+++ b/drivers/cpu/Makefile
@@ -14,4 +14,5 @@ obj-$(CONFIG_CPU_IMX) += imx8_cpu.o
obj-$(CONFIG_CPU_MPC83XX) += mpc83xx_cpu.o
obj-$(CONFIG_CPU_RISCV) += riscv_cpu.o
obj-$(CONFIG_CPU_MICROBLAZE) += microblaze_cpu.o
+obj-$(CONFIG_CPU_XTENSA) += xtensa_cpu.o
obj-$(CONFIG_SANDBOX) += cpu_sandbox.o