2010-12-17 01:13:54 +01:00
|
|
|
##
|
|
|
|
## This file is part of the coreboot project.
|
|
|
|
##
|
|
|
|
## Copyright (C) 2009 Ronald G. Minnich
|
|
|
|
##
|
|
|
|
## This program is free software; you can redistribute it and/or modify
|
|
|
|
## it under the terms of the GNU General Public License as published by
|
|
|
|
## the Free Software Foundation; version 2 of the License.
|
|
|
|
##
|
|
|
|
## This program is distributed in the hope that it will be useful,
|
|
|
|
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
## GNU General Public License for more details.
|
|
|
|
##
|
|
|
|
## You should have received a copy of the GNU General Public License
|
|
|
|
## along with this program; if not, write to the Free Software
|
|
|
|
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|
|
|
##
|
|
|
|
|
2010-04-27 08:56:47 +02:00
|
|
|
subdirs-y += fintek
|
2009-08-12 17:00:51 +02:00
|
|
|
subdirs-y += intel
|
|
|
|
subdirs-y += ite
|
|
|
|
subdirs-y += nsc
|
2011-03-27 18:33:09 +02:00
|
|
|
subdirs-y += nuvoton
|
2010-01-17 14:51:48 +01:00
|
|
|
subdirs-y += renesas
|
2010-12-17 01:13:54 +01:00
|
|
|
#subdirs-y += serverengines
|
2009-08-12 17:00:51 +02:00
|
|
|
subdirs-y += smsc
|
|
|
|
subdirs-y += via
|
|
|
|
subdirs-y += winbond
|
|
|
|
|