1
2
3
4
5
6
7
8
9
10
11
12
  | # 
 |  # (C) Copyright 2011 
 |  # Jason Cooper <u-boot@lakedaemon.net> 
 |  # 
 |  # Based on work by: 
 |  # Marvell Semiconductor <www.marvell.com> 
 |  # Written-by: Siddarth Gore <gores@marvell.com> 
 |  # 
 |  # SPDX-License-Identifier:    GPL-2.0+ 
 |  # 
 |    
 |  obj-y    := dreamplug.o 
 |  
  |