File: Makefile

package info (click to toggle)
u-boot 2019.01%2Bdfsg-7
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 118,016 kB
file content (8 lines) | stat: -rw-r--r-- 248 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
# SPDX-License-Identifier: GPL-2.0+
#
# (C) Copyright 2007 Semihalf

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.o
obj-$(CONFIG_MIPS) += api_platform-mips.o