X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=api%2FMakefile;h=14b76085962cd303539b46d7202e71bda0e24e1c;hb=821560fd8e43eecc208c1c52ad24faadb6b52703;hp=3c095eedb60df0d341c6eb4c72707f549b12139a;hpb=faca8ff55f4a2cf45fb906cc37f44601149fc00e;p=oweals%2Fu-boot.git 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