diff options
author | Mario Six <mario.six@gdsys.cc> | 2018-08-06 10:23:45 +0200 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2018-09-18 08:12:21 -0600 |
commit | 19fbdca47b3d847824ada3ab2ed575019c88516e (patch) | |
tree | 6498222d45f3cb1c6fb39b47b9cd0186884e9e46 /drivers/cpu/Makefile | |
parent | fa44b53398d3a7f5ed28cb83493a70cde11f8188 (diff) |
cpu: Add MPC83xx CPU driver
Add a CPU driver for the MPC83xx architecture.
Signed-off-by: Mario Six <mario.six@gdsys.cc>
Diffstat (limited to 'drivers/cpu/Makefile')
-rw-r--r-- | drivers/cpu/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/cpu/Makefile b/drivers/cpu/Makefile index 980c68f44d..f452ee404e 100644 --- a/drivers/cpu/Makefile +++ b/drivers/cpu/Makefile @@ -7,4 +7,5 @@ obj-$(CONFIG_CPU) += cpu-uclass.o obj-$(CONFIG_ARCH_BMIPS) += bmips_cpu.o +obj-$(CONFIG_CPU_MPC83XX) += mpc83xx_cpu.o obj-$(CONFIG_SANDBOX) += cpu_sandbox.o |