1# SPDX-License-Identifier: GPL-2.0-or-later 2# 3# (C) Copyright 2007 Semihalf 4 5obj-y += api.o api_display.o api_net.o api_storage.o 6 7ifeq (CONFIG_PPC,y) 8obj-$(CONFIG_PPC) += api_platform-powerpc.o 9else 10obj-y += api_platform.o 11endif 12
1# SPDX-License-Identifier: GPL-2.0-or-later 2# 3# (C) Copyright 2007 Semihalf 4 5obj-y += api.o api_display.o api_net.o api_storage.o 6 7ifeq (CONFIG_PPC,y) 8obj-$(CONFIG_PPC) += api_platform-powerpc.o 9else 10obj-y += api_platform.o 11endif 12