blob: a6270bdd4bbbeb9a373b0cdab06f293585dbccf9 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# SPDX-License-Identifier: GPL-2.0+
#
# Copyright (C) 2011 Simon Guinot <[email protected]>
#
# Based on Kirkwood support:
# (C) Copyright 2009
# Marvell Semiconductor <www.marvell.com>
# Written-by: Prafulla Wadaskar <[email protected]>
obj-y := netspace_v2.o ../common/common.o
|