diff options
Diffstat (limited to 'qemu/roms/u-boot/board/Seagate/goflexhome/Makefile')
-rw-r--r-- | qemu/roms/u-boot/board/Seagate/goflexhome/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/qemu/roms/u-boot/board/Seagate/goflexhome/Makefile b/qemu/roms/u-boot/board/Seagate/goflexhome/Makefile new file mode 100644 index 000000000..e56230c71 --- /dev/null +++ b/qemu/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 |