summaryrefslogtreecommitdiff
path: root/api/Makefile
blob: ce3de6b6a1c569adb0ad4e8a0c91ea3e29fb62ad (plain)
1
2
3
4
5
6
7
8
9
10
11
# SPDX-License-Identifier: GPL-2.0-or-later
#
# (C) Copyright 2007 Semihalf

obj-y += api.o api_display.o api_net.o api_storage.o

ifeq (CONFIG_PPC,y)
obj-$(CONFIG_PPC) += api_platform-powerpc.o
else
obj-y += api_platform.o
endif