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:
parent
8d5452fcbc
commit
dd39810269
7 changed files with 0 additions and 11 deletions
|
@ -5,4 +5,3 @@ zephyr_library_sources(
|
|||
pinmux.c
|
||||
dbghdr.c
|
||||
)
|
||||
zephyr_library_include_directories(${ZEPHYR_BASE}/drivers)
|
||||
|
|
|
@ -5,4 +5,3 @@ zephyr_library_sources(
|
|||
pinmux.c
|
||||
dbghdr.c
|
||||
)
|
||||
zephyr_library_include_directories(${ZEPHYR_BASE}/drivers)
|
||||
|
|
|
@ -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(.)
|
||||
|
|
|
@ -6,4 +6,3 @@
|
|||
|
||||
zephyr_library()
|
||||
zephyr_library_sources(pinmux.c)
|
||||
zephyr_library_include_directories(${ZEPHYR_BASE}/drivers)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -6,4 +6,3 @@
|
|||
|
||||
zephyr_library()
|
||||
zephyr_library_sources(pinmux.c)
|
||||
zephyr_library_include_directories(${ZEPHYR_BASE}/drivers)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue