diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/drivers/intel/i210/Makefile.inc | 2 | ||||
-rw-r--r-- | src/drivers/intel/i210/include/i210.h (renamed from src/drivers/intel/i210/i210.h) | 0 |
2 files changed, 1 insertions, 1 deletions
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 index baaab6e3d5..baaab6e3d5 100644 --- a/src/drivers/intel/i210/i210.h +++ b/src/drivers/intel/i210/include/i210.h |