Commit c5e62eb7 authored by Sebastian Bøe's avatar Sebastian Bøe Committed by Anas Nashif
Browse files

kbuild: Removed KBuild

parent 695e3b53
Loading
Loading
Loading
Loading

Kbuild

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
obj-$(CONFIG_HAS_SEGGER_RTT) += rtt/SEGGER_RTT.o
obj-$(CONFIG_HAS_SEGGER_SYSTEMVIEW) += systemview/SEGGER_SYSVIEW.o

Makefile

deleted100644 → 0
+0 −7
Original line number Diff line number Diff line
ifdef CONFIG_HAS_SEGGER_RTT
ZEPHYRINCLUDE += -I$(srctree)/ext/debug/segger
endif

ifdef CONFIG_HAS_SEGGER_SYSTEMVIEW
ZEPHYRINCLUDE += -I$(srctree)/ext/debug/segger
endif