diff options
Diffstat (limited to 'qemu/roms/u-boot/board/d-link/dns325/Makefile')
-rw-r--r-- | qemu/roms/u-boot/board/d-link/dns325/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/qemu/roms/u-boot/board/d-link/dns325/Makefile b/qemu/roms/u-boot/board/d-link/dns325/Makefile new file mode 100644 index 000000000..b8a5ea1d6 --- /dev/null +++ b/qemu/roms/u-boot/board/d-link/dns325/Makefile @@ -0,0 +1,13 @@ +# +# Copyright (C) 2011 +# Stefan Herbrechtsmeier <stefan@code.herbrechtsmeier.net> +# +# Based on Kirkwood support: +# (C) Copyright 2009 +# Marvell Semiconductor <www.marvell.com> +# Written-by: Prafulla Wadaskar <prafulla@marvell.com> +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y := dns325.o |