diff options
Diffstat (limited to 'board/samtec/vining_fpga/Makefile')
-rw-r--r-- | board/samtec/vining_fpga/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/board/samtec/vining_fpga/Makefile b/board/samtec/vining_fpga/Makefile new file mode 100644 index 00000000000..86f9b78cad7 --- /dev/null +++ b/board/samtec/vining_fpga/Makefile @@ -0,0 +1,9 @@ +# +# (C) Copyright 2001-2006 +# Wolfgang Denk, DENX Software Engineering, wd@denx.de. +# (C) Copyright 2010, Thomas Chou <thomas@wytron.com.tw> +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y := socfpga.o |