Rafal Jaworowski | 500856e | 2008-01-09 19:39:36 +0100 | [diff] [blame] | 1 | # |
| 2 | # (C) Copyright 2007 Semihalf |
| 3 | # |
Wolfgang Denk | 1a45966 | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 4 | # SPDX-License-Identifier: GPL-2.0+ |
Rafal Jaworowski | 500856e | 2008-01-09 19:39:36 +0100 | [diff] [blame] | 5 | # |
| 6 | |
Masahiro Yamada | 8a7e7d5 | 2013-11-18 11:08:35 +0900 | [diff] [blame] | 7 | obj-y += api.o api_display.o api_net.o api_storage.o |
| 8 | obj-$(CONFIG_ARM) += api_platform-arm.o |
Masahiro Yamada | ad42028 | 2013-11-20 12:45:56 +0900 | [diff] [blame] | 9 | obj-$(CONFIG_PPC) += api_platform-powerpc.o |