X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=api%2FMakefile;h=14b76085962cd303539b46d7202e71bda0e24e1c;hb=4e6eeeac1294b489e122a09596087ed06737d055;hp=0f85a0b09864293ff5498ff06d18784936cdd957;hpb=8a7e7d5697a8b14ec02731d003bed89b1c54dfb7;p=u-boot diff --git a/api/Makefile b/api/Makefile index 0f85a0b098..14b7608596 100644 --- a/api/Makefile +++ b/api/Makefile @@ -6,4 +6,5 @@ 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.c +obj-$(CONFIG_PPC) += api_platform-powerpc.o +obj-$(CONFIG_MIPS) += api_platform-mips.o