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