]> Git Repo - J-u-boot.git/blobdiff - api/Makefile
arm: zynq: Wire automatic ddr detection for Zynq and ZynqMP case
[J-u-boot.git] / api / Makefile
index fb130ffe8b918d6878e903a624c59fc11349e0d9..14b76085962cd303539b46d7202e71bda0e24e1c 100644 (file)
@@ -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
This page took 0.025923 seconds and 4 git commands to generate.