mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-08 12:37:16 +00:00
Add necessary board files, pinmux and device tree in order to have a usable debug console. ZEP-2461 Signed-off-by: Jun Li <jun.r.li@intel.com>
11 lines
188 B
Makefile
11 lines
188 B
Makefile
# Makefile - Olimex STM32-E407 board
|
|
#
|
|
# Copyright (c) 2017, Erwin Rol <erwin@erwinrol.com>
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
ccflags-y += -I$(srctree)/drivers
|
|
|
|
obj-y += pinmux.o
|