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