X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=drivers%2Fcpu%2FMakefile;h=db515f6f177c886096631d48f3f29c10070a9a83;hb=42e8179007bbfc5f4c0c80cd2131db8138f8546f;hp=871016030f8826c6ca6fb35f2228fe542c049ad7;hpb=1131d4e22cf8f13d0dabaad7f1b84d9baffdfbd6;p=u-boot diff --git a/drivers/cpu/Makefile b/drivers/cpu/Makefile index 871016030f..db515f6f17 100644 --- a/drivers/cpu/Makefile +++ b/drivers/cpu/Makefile @@ -5,3 +5,5 @@ # SPDX-License-Identifier: GPL-2.0+ # obj-$(CONFIG_CPU) += cpu-uclass.o + +obj-$(CONFIG_ARCH_BMIPS) += bmips_cpu.o