xref: /openbmc/u-boot/arch/sandbox/lib/Makefile (revision 68a69ed2a41551063f012e1ef5f18f2eb4d07f34)
1#
2# Copyright (c) 2011 The Chromium OS Authors.
3#
4# (C) Copyright 2002-2006
5# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
6#
7# SPDX-License-Identifier:	GPL-2.0+
8#
9
10obj-y	+= interrupts.o
11obj-$(CONFIG_PCI)	+= pci_io.o
12obj-$(CONFIG_CMD_BOOTM) += bootm.o
13obj-$(CONFIG_CMD_BOOTZ) += bootm.o
14