This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
3b5577d102
zephyr
/
subsys
/
logging
/
Makefile
4 lines
94 B
Makefile
Raw
Normal View
History
Unescape
Escape
logging: move sys_log to subsys/logging Move logging out of misc/ to its own subsystem. Anything related to logging and any new logging features or backends could be added here instead of the generic location in misc/ which is overcrowded with options that are not related to eachother. Jira: ZEP-1467 Change-Id: If6a3ea625c3a3562a7a61a0ba5fd7e6ca75518ba Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-12-18 01:56:56 +08:00
obj-y
+=
sys_log.o
logging: move event_logger to subsys/logging Jira: ZEP-1337 Change-Id: If1690e19a882cf53caaa3418ccabeb49c783f63d Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-12-23 23:33:44 +08:00
obj-$(CONFIG_KERNEL_EVENT_LOGGER)
+=
event_logger.o kernel_event_logger.o