boards: arm: Remove unneeded zephyr_include_directories

The include of ${ZEPHYR_BASE}/drivers isn't needed anymore for
board code so remove it.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2021-03-23 08:59:12 -05:00 committed by Anas Nashif
commit dd39810269
7 changed files with 0 additions and 11 deletions

View file

@ -5,4 +5,3 @@ zephyr_library_sources(
pinmux.c
dbghdr.c
)
zephyr_library_include_directories(${ZEPHYR_BASE}/drivers)

View file

@ -5,4 +5,3 @@ zephyr_library_sources(
pinmux.c
dbghdr.c
)
zephyr_library_include_directories(${ZEPHYR_BASE}/drivers)

View file

@ -1,6 +1,5 @@
# Copyright (c) 2020 Antmicro <www.antmicro.com>
# SPDX-License-Identifier: Apache-2.0
zephyr_library_include_directories(${ZEPHYR_BASE}/drivers)
zephyr_library_sources(board.c)
zephyr_include_directories(.)

View file

@ -6,4 +6,3 @@
zephyr_library()
zephyr_library_sources(pinmux.c)
zephyr_library_include_directories(${ZEPHYR_BASE}/drivers)

View file

@ -10,9 +10,6 @@
#include <drivers/pinmux.h>
#include <soc.h>
#include <sys/sys_io.h>
#include <gpio/gpio_cmsdk_ahb.h>
#include "pinmux/pinmux.h"
#define IOMUX_MAIN_INSEL (0x68 >> 2)
#define IOMUX_MAIN_OUTSEL (0x70 >> 2)

View file

@ -6,4 +6,3 @@
zephyr_library()
zephyr_library_sources(pinmux.c)
zephyr_library_include_directories(${ZEPHYR_BASE}/drivers)

View file

@ -10,9 +10,6 @@
#include <drivers/pinmux.h>
#include <soc.h>
#include <sys/sys_io.h>
#include <gpio/gpio_cmsdk_ahb.h>
#include "pinmux/pinmux.h"
#define IOMUX_MAIN_INSEL (0x868 >> 2)
#define IOMUX_MAIN_OUTSEL (0x870 >> 2)