From 91b7a171bcafd3bc738fe2e50500da765b793983 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Thu, 23 Aug 2018 19:52:21 -0700 Subject: filetype: Add arch/ to include path Add arch/ to include path for filetype.o so that it would be possible to pull in various machine specific constants in. Signed-off-by: Andrey Smirnov Signed-off-by: Sascha Hauer --- common/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'common/Makefile') diff --git a/common/Makefile b/common/Makefile index b6284c2552..13920cc5a6 100644 --- a/common/Makefile +++ b/common/Makefile @@ -28,6 +28,7 @@ obj-$(CONFIG_DDR_SPD) += ddr_spd.o obj-$(CONFIG_ENV_HANDLING) += environment.o obj-$(CONFIG_ENVIRONMENT_VARIABLES) += env.o obj-$(CONFIG_FILETYPE) += filetype.o +CFLAGS_filetype.o = -I$(srctree)/arch/ obj-$(CONFIG_FLEXIBLE_BOOTARGS) += bootargs.o obj-$(CONFIG_GLOBALVAR) += globalvar.o obj-$(CONFIG_GREGORIAN_CALENDER) += date.o -- cgit v1.2.3