1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  | # 
 |  # (C) Copyright 2011 
 |  # eInfochips Ltd. <www.einfochips.com> 
 |  # Written-by: Ajay Bhargav <contact@8051projects.net> 
 |  # 
 |  # Based on Aspenite: 
 |  # (C) Copyright 2010 
 |  # Marvell Semiconductor <www.marvell.com> 
 |  # Written-by: Prafulla Wadaskar <prafulla@marvell.com> 
 |  # Contributor: Mahavir Jain <mjain@marvell.com> 
 |  # 
 |  # SPDX-License-Identifier:    GPL-2.0+ 
 |  # 
 |    
 |  obj-y    := gplugd.o 
 |  
  |