xref: /openbmc/u-boot/arch/sandbox/lib/Makefile (revision 0bc28b7cb833d6b16ad614d7e25d448a7b0297df)
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, wd@denx.de.
7
8obj-y	+= interrupts.o sections.o
9obj-$(CONFIG_PCI)	+= pci_io.o
10obj-$(CONFIG_CMD_BOOTM) += bootm.o
11obj-$(CONFIG_CMD_BOOTZ) += bootm.o
12