diff options
Diffstat (limited to 'src/roms/u-boot/board/AndesTech/adp-ag101p/Makefile')
-rw-r--r-- | src/roms/u-boot/board/AndesTech/adp-ag101p/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/roms/u-boot/board/AndesTech/adp-ag101p/Makefile b/src/roms/u-boot/board/AndesTech/adp-ag101p/Makefile new file mode 100644 index 0000000..2ba7da4 --- /dev/null +++ b/src/roms/u-boot/board/AndesTech/adp-ag101p/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-ag101p.o |