zephyr/subsys/Makefile
Andrew Boie 74446381d1 sensors: move userspace handlers location
Place driver handlers with the drivers, not somewhere separate under
subsys/

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2017-10-30 13:20:19 -07:00

12 lines
340 B
Makefile

obj-$(CONFIG_FILE_SYSTEM) += fs/
obj-$(CONFIG_USB) += usb/
obj-$(CONFIG_BT) += bluetooth/
obj-$(CONFIG_NET_BUF) += net/
obj-$(CONFIG_CONSOLE_SHELL) += shell/
obj-$(CONFIG_CONSOLE_PULL) += console/
obj-$(CONFIG_DISK_ACCESS) += disk/
obj-$(CONFIG_CPLUSPLUS) += cpp/
obj-y += logging/
obj-y += debug/
obj-$(CONFIG_MCUBOOT_IMG_MANAGER) += dfu/