OLD | NEW |
| (Empty) |
1 #------------------------------------------------------------------------------ | |
2 # <copyright file="makefile" company="Atheros"> | |
3 # Copyright (c) 2005-2007 Atheros Corporation. All rights reserved. | |
4 # | |
5 # This program is free software; you can redistribute it and/or modify | |
6 # it under the terms of the GNU General Public License version 2 as | |
7 # published by the Free Software Foundation; | |
8 # | |
9 # Software distributed under the License is distributed on an "AS | |
10 # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or | |
11 # implied. See the License for the specific language governing | |
12 # rights and limitations under the License. | |
13 # | |
14 # | |
15 #------------------------------------------------------------------------------ | |
16 #============================================================================== | |
17 # Author(s): ="Atheros" | |
18 #============================================================================== | |
19 !INCLUDE $(_MAKEENVROOT)\makefile.def | |
20 | |
21 | |
22 | |
OLD | NEW |