X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=api%2FMakefile;h=14b76085962cd303539b46d7202e71bda0e24e1c;hb=451dcf5cd002ee0e107989f849f9b4f56570f809;hp=3c095eedb60df0d341c6eb4c72707f549b12139a;hpb=a891601ce51edbafa1a2750c96a618e4fcbca1c2;p=u-boot diff --git a/api/Makefile b/api/Makefile index 3c095eedb6..14b7608596 100644 --- a/api/Makefile +++ b/api/Makefile @@ -7,3 +7,4 @@ obj-y += api.o api_display.o api_net.o api_storage.o obj-$(CONFIG_ARM) += api_platform-arm.o obj-$(CONFIG_PPC) += api_platform-powerpc.o +obj-$(CONFIG_MIPS) += api_platform-mips.o