X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=api%2FMakefile;h=3c095eedb60df0d341c6eb4c72707f549b12139a;hb=4efad20a175119f1a82b58d3197df4c20ae85934;hp=fb130ffe8b918d6878e903a624c59fc11349e0d9;hpb=d44a5f51288aec60c6bdb4ac939d75c24e5bf9c2;p=oweals%2Fu-boot.git diff --git a/api/Makefile b/api/Makefile index fb130ffe8b..3c095eedb6 100644 --- a/api/Makefile +++ b/api/Makefile @@ -4,5 +4,6 @@ # 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