diff options
Diffstat (limited to 'qemu/roms/u-boot/board/Seagate/dockstar/Makefile')
-rw-r--r-- | qemu/roms/u-boot/board/Seagate/dockstar/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/qemu/roms/u-boot/board/Seagate/dockstar/Makefile b/qemu/roms/u-boot/board/Seagate/dockstar/Makefile new file mode 100644 index 000000000..2ef5093f0 --- /dev/null +++ b/qemu/roms/u-boot/board/Seagate/dockstar/Makefile @@ -0,0 +1,12 @@ +# +# 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 := dockstar.o |