diff options
Diffstat (limited to 'roms/u-boot/board/Seagate/goflexhome/Makefile')
| -rw-r--r-- | roms/u-boot/board/Seagate/goflexhome/Makefile | 15 | 
1 files changed, 15 insertions, 0 deletions
| diff --git a/roms/u-boot/board/Seagate/goflexhome/Makefile b/roms/u-boot/board/Seagate/goflexhome/Makefile new file mode 100644 index 00000000..e56230c7 --- /dev/null +++ b/roms/u-boot/board/Seagate/goflexhome/Makefile @@ -0,0 +1,15 @@ +# +# Copyright (C) 2013 Suriyan Ramasami <suriyan.r@gmail.com> +# +# Based on dockstar/Makefile originally written by +# Copyright (C) 2010  Eric C. Cooper <ecc@cmu.edu> +# +# Based on sheevaplug/Makefile originally written by +# Prafulla Wadaskar <prafulla@marvell.com> +# (C) Copyright 2009 +# Marvell Semiconductor <www.marvell.com> +# +# SPDX-License-Identifier:	GPL-2.0+ +# + +obj-y	:= goflexhome.o | 
