blob: d6e6b976ac6de5b69fadaaf94f42944082b04dee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# SPDX-License-Identifier: GPL-2.0+
#
# Copyright (C) 2013 Suriyan Ramasami <[email protected]>
#
# Based on dockstar/Makefile originally written by
# Copyright (C) 2010 Eric C. Cooper <[email protected]>
#
# Based on sheevaplug/Makefile originally written by
# Prafulla Wadaskar <[email protected]>
# (C) Copyright 2009
# Marvell Semiconductor <www.marvell.com>
obj-y := goflexhome.o
|