aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/intel/i210/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/intel/i210/Makefile.inc')
-rw-r--r--src/drivers/intel/i210/Makefile.inc6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/drivers/intel/i210/Makefile.inc b/src/drivers/intel/i210/Makefile.inc
index a1f15de1c1..a69602246b 100644
--- a/src/drivers/intel/i210/Makefile.inc
+++ b/src/drivers/intel/i210/Makefile.inc
@@ -1 +1,5 @@
-ramstage-y += i210.c \ No newline at end of file
+ifeq ($(CONFIG_DRIVER_INTEL_I210),y)
+
+ramstage-y += i210.c
+
+endif