X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=api%2FMakefile;h=3c095eedb60df0d341c6eb4c72707f549b12139a;hb=4adc1127f8c50c4361d0024e098a91e7050e7400;hp=fb130ffe8b918d6878e903a624c59fc11349e0d9;hpb=85b8c5c4bf80025de4632ae6c9a8a606e51508a4;p=u-boot 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