zephyr/subsys/usb/Makefile
Johann Fischer 6fd0afa027 subsys: cdc_acm: add composite device configuration
Signed-off-by: Johann Fischer <j.fischer@phytec.de>
2017-10-13 09:18:14 -04:00

6 lines
227 B
Makefile

ccflags-y += -I${srctree}/include/drivers/usb -I${srctree}/usb/include
obj-$(CONFIG_USB_DEVICE_STACK) += usb_device.o usb_descriptor.o
obj-$(CONFIG_USB_COMPOSITE_DEVICE) += composite.o
obj-$(CONFIG_USB_DEVICE_STACK) += class/