summaryrefslogtreecommitdiff
path: root/src/drivers/intel/i210/Makefile.inc
blob: 336288a4feca0a5eff7df2a4d32d61c9611663a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
##
## This file is part of the coreboot project.
##
## 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.
##

ramstage-$(CONFIG_DRIVER_INTEL_I210)+= i210.c

ifeq ($(CONFIG_DRIVER_INTEL_I210),y)
CFLAGS_x86_32 += -Isrc/drivers/intel/i210
endif