diff options
Diffstat (limited to 'qemu/roms/u-boot/board/AndesTech/adp-ag101/Makefile')
-rw-r--r-- | qemu/roms/u-boot/board/AndesTech/adp-ag101/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/qemu/roms/u-boot/board/AndesTech/adp-ag101/Makefile b/qemu/roms/u-boot/board/AndesTech/adp-ag101/Makefile new file mode 100644 index 000000000..4cc590ff2 --- /dev/null +++ b/qemu/roms/u-boot/board/AndesTech/adp-ag101/Makefile @@ -0,0 +1,9 @@ +# +# Copyright (C) 2011 Andes Technology Corporation +# Shawn Lin, Andes Technology Corporation <nobuhiro@andestech.com> +# Macpaul Lin, Andes Technology Corporation <macpaul@andestech.com> +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y := adp-ag101.o |