X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=api%2FMakefile;h=14b76085962cd303539b46d7202e71bda0e24e1c;hb=5235753d15be8082d9d59cca7a54cfb0ac6d9f6c;hp=fb130ffe8b918d6878e903a624c59fc11349e0d9;hpb=bcfe8fdf321e5e6d9931502c903348fe81252dd0;p=oweals%2Fu-boot.git diff --git a/api/Makefile b/api/Makefile index fb130ffe8b..14b7608596 100644 --- a/api/Makefile +++ b/api/Makefile @@ -4,5 +4,7 @@ # SPDX-License-Identifier: GPL-2.0+ # -obj-$(CONFIG_API) += api.o api_display.o api_net.o api_storage.o \ - api_platform-$(ARCH).o +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