diff options
Diffstat (limited to 'roms/u-boot/board/altera/socfpga/Makefile')
-rw-r--r-- | roms/u-boot/board/altera/socfpga/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/roms/u-boot/board/altera/socfpga/Makefile b/roms/u-boot/board/altera/socfpga/Makefile new file mode 100644 index 00000000..de339ec7 --- /dev/null +++ b/roms/u-boot/board/altera/socfpga/Makefile @@ -0,0 +1,10 @@ +# +# (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_cyclone5.o +obj-$(CONFIG_SPL_BUILD) += pinmux_config.o |