diff options
Diffstat (limited to 'qemu/roms/u-boot/arch/sandbox/lib/Makefile')
-rw-r--r-- | qemu/roms/u-boot/arch/sandbox/lib/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/qemu/roms/u-boot/arch/sandbox/lib/Makefile b/qemu/roms/u-boot/arch/sandbox/lib/Makefile new file mode 100644 index 000000000..6480ebfca --- /dev/null +++ b/qemu/roms/u-boot/arch/sandbox/lib/Makefile @@ -0,0 +1,11 @@ +# +# Copyright (c) 2011 The Chromium OS Authors. +# +# (C) Copyright 2002-2006 +# Wolfgang Denk, DENX Software Engineering, wd@denx.de. +# +# SPDX-License-Identifier: GPL-2.0+ +# + + +obj-y += interrupts.o sandbox.o |