]> Git Repo - u-boot.git/blob - arch/sandbox/Makefile
sandbox: Allow building with GENERATE_ACPI_TABLE
[u-boot.git] / arch / sandbox / Makefile
1 # SPDX-License-Identifier: GPL-2.0+
2
3 head-y := arch/sandbox/cpu/start.o arch/sandbox/cpu/os.o
4 head-$(CONFIG_SANDBOX_SDL) += arch/sandbox/cpu/sdl.o
5 libs-y += arch/sandbox/cpu/
6 libs-y += arch/sandbox/lib/
This page took 0.024683 seconds and 4 git commands to generate.