xref: /openbmc/u-boot/arch/sandbox/Makefile (revision c882163b09b8a2c52e3dd8acd7d296d6d06d1f2e)
1# SPDX-License-Identifier: GPL-2.0+
2
3head-y := arch/sandbox/cpu/start.o arch/sandbox/cpu/os.o
4head-$(CONFIG_SANDBOX_SDL) += arch/sandbox/cpu/sdl.o
5libs-y += arch/sandbox/cpu/
6libs-y += arch/sandbox/lib/
7