From a05bce491ff59e9e8958d35d17f8c56a23f19012 Mon Sep 17 00:00:00 2001 From: Juan Manuel Cruz Date: Mon, 27 Apr 2015 18:02:51 -0500 Subject: [PATCH] Kbuild fix for quark console driver. This commit fixes the include path for quark BSP. Change-Id: Idb9b5124476c0bec2d16a143407cd9d0c42e0801 Signed-off-by: Juan Manuel Cruz --- drivers/console/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/console/Makefile b/drivers/console/Makefile index f14ff640176..b53495d9d6a 100644 --- a/drivers/console/Makefile +++ b/drivers/console/Makefile @@ -7,7 +7,7 @@ endif ifeq (${CONFIG_BSP_QUARK},y) EXTRA_CFLAGS +=-I$(srctree)/arch/x86 -EXTRA_CFLAGS +=-I$(srctree)/arch/x86/generic_pc +EXTRA_CFLAGS +=-I$(srctree)/arch/x86/quark endif ifeq (${CONFIG_BSP_FSL_FRDM_K64F},y)