diff options
Diffstat (limited to 'qemu/roms/u-boot/board/karo/tx25/Makefile')
-rw-r--r-- | qemu/roms/u-boot/board/karo/tx25/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/qemu/roms/u-boot/board/karo/tx25/Makefile b/qemu/roms/u-boot/board/karo/tx25/Makefile new file mode 100644 index 000000000..add5dd366 --- /dev/null +++ b/qemu/roms/u-boot/board/karo/tx25/Makefile @@ -0,0 +1,11 @@ +# +# (C) Copyright 2009 DENX Software Engineering +# Author: John Rigby <jcrigby@gmail.com> +# +# SPDX-License-Identifier: GPL-2.0+ +# + +ifdef CONFIG_SPL_BUILD +obj-y += lowlevel_init.o +endif +obj-y += tx25.o |