diff options
Diffstat (limited to 'qemu/roms/u-boot/board/toradex/colibri_pxa270/Makefile')
-rw-r--r-- | qemu/roms/u-boot/board/toradex/colibri_pxa270/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/qemu/roms/u-boot/board/toradex/colibri_pxa270/Makefile b/qemu/roms/u-boot/board/toradex/colibri_pxa270/Makefile new file mode 100644 index 000000000..57cfe9b78 --- /dev/null +++ b/qemu/roms/u-boot/board/toradex/colibri_pxa270/Makefile @@ -0,0 +1,9 @@ +# +# Toradex Colibri PXA270 Support +# +# Copyright (C) 2010 Marek Vasut <marek.vasut@gmail.com> +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y := colibri_pxa270.o |