]> Git Repo - u-boot.git/blob - arch/sandbox/lib/Makefile
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sh
[u-boot.git] / arch / sandbox / lib / Makefile
1 # SPDX-License-Identifier: GPL-2.0+
2 #
3 # Copyright (c) 2011 The Chromium OS Authors.
4 #
5 # (C) Copyright 2002-2006
6 # Wolfgang Denk, DENX Software Engineering, [email protected].
7
8 obj-y                           += fdt_fixup.o interrupts.o
9 obj-$(CONFIG_PCI)               += pci_io.o
10 obj-$(CONFIG_CMD_BOOTM)         += bootm.o
11 obj-$(CONFIG_CMD_BOOTZ)         += bootm.o
12 obj-$(CONFIG_$(SPL_)ACPIGEN)    += acpi_table.o
This page took 0.044236 seconds and 4 git commands to generate.