summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2013-11-20 12:45:56 +0900
committerTom Rini <trini@ti.com>2013-11-25 10:41:54 -0500
commitad420282e211cb5156691df0bcc7d9946bf4553c (patch)
tree3420a49a7e1c7bb53c2fbae741044cc98e4b676f /api
parent017ce20f46e38df5c7d795c1b5f042f00a614d2b (diff)
downloadtalos-obmc-uboot-ad420282e211cb5156691df0bcc7d9946bf4553c.tar.gz
talos-obmc-uboot-ad420282e211cb5156691df0bcc7d9946bf4553c.zip
Makefile: descend into subdirectories only when CONFIG_API is defined
All objects under api/ and examples/api/ directories are selected by CONFIG_API. So we can move CONFIG_API switch to the top Makefile. In order to use CONFIG_API, the definition of SUBDIR_EXAMPLES-y must be moved after "sinlude $(obj)include/autoconf.mk". Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'api')
-rw-r--r--api/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/Makefile b/api/Makefile
index 0f85a0b098..3c095eedb6 100644
--- a/api/Makefile
+++ b/api/Makefile
@@ -6,4 +6,4 @@
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
+obj-$(CONFIG_PPC) += api_platform-powerpc.o
OpenPOWER on IntegriCloud