summaryrefslogtreecommitdiffstats
path: root/api/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'api/Makefile')
-rw-r--r--api/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/api/Makefile b/api/Makefile
index fb130ffe8b..0f85a0b098 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.c
OpenPOWER on IntegriCloud