diff options
Diffstat (limited to 'qemu/roms/u-boot/board/jornada/Makefile')
-rw-r--r-- | qemu/roms/u-boot/board/jornada/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/qemu/roms/u-boot/board/jornada/Makefile b/qemu/roms/u-boot/board/jornada/Makefile new file mode 100644 index 000000000..6a6fbf355 --- /dev/null +++ b/qemu/roms/u-boot/board/jornada/Makefile @@ -0,0 +1,11 @@ +# +# (C) Copyright 2000-2006 +# Wolfgang Denk, DENX Software Engineering, wd@denx.de. +# +# 2004 (c) MontaVista Software, Inc. +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y := jornada.o +obj-y += setup.o |