]> Git Repo - J-u-boot.git/blob - api/Makefile
Merge tag 'u-boot-imx-master-20250127' of https://gitlab.denx.de/u-boot/custodians...
[J-u-boot.git] / api / Makefile
1 # SPDX-License-Identifier: GPL-2.0-or-later
2 #
3 # (C) Copyright 2007 Semihalf
4
5 obj-y += api.o api_display.o api_net.o api_storage.o
6
7 ifeq (CONFIG_PPC,y)
8 obj-$(CONFIG_PPC) += api_platform-powerpc.o
9 else
10 obj-y += api_platform.o
11 endif
This page took 0.026674 seconds and 4 git commands to generate.