mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-05 22:55:52 +00:00
Change-Id: If36a03acb633c772d599ae1492ebabf04c432306 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
6 lines
177 B
Makefile
6 lines
177 B
Makefile
EXTRA_CFLAGS +=-I$(srctree)/include/drivers
|
|
EXTRA_CFLAGS +=-I$(srctree)/arch/$(ARCH)
|
|
EXTRA_CFLAGS +=-I$(srctree)/arch/$(ARCH)/$(strip $(CONFIG_BSP_DIR))
|
|
|
|
obj-y = uart_console.o
|