mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-19 07:45:22 +00:00
According to section 3.7 of Documentation/kbuild/makefiles.txt, using EXTRA_CFLAGS in Makefiles is "still supported but their usage is deprecated." Change-Id: Iec6121b6b79a6a8c58ac26b8b08a542eac575c22 Signed-off-by: Szymon Janc <szymon.janc@tieto.com>
6 lines
158 B
Makefile
6 lines
158 B
Makefile
ccflags-y +=-I$(srctree)/include/drivers
|
|
ccflags-y +=-I$(srctree)/arch/$(ARCH)
|
|
ccflags-y +=-I$(srctree)/arch/$(ARCH)/$(strip $(CONFIG_BSP_DIR))
|
|
|
|
obj-y=uart.o
|