diff --git a/src/drivers/intel/i210/Makefile.inc b/src/drivers/intel/i210/Makefile.inc index 218b1b45f9..bbbde88f6c 100644 --- a/src/drivers/intel/i210/Makefile.inc +++ b/src/drivers/intel/i210/Makefile.inc @@ -3,5 +3,5 @@ ramstage-$(CONFIG_DRIVER_INTEL_I210)+= i210.c ifeq ($(CONFIG_DRIVER_INTEL_I210),y) -CFLAGS_x86_32 += -Isrc/drivers/intel/i210 +CPPFLAGS_common += -I$(src)/drivers/intel/i210/include endif diff --git a/src/drivers/intel/i210/i210.h b/src/drivers/intel/i210/include/i210.h similarity index 100% rename from src/drivers/intel/i210/i210.h rename to src/drivers/intel/i210/include/i210.h