Files
esp-idf/components/vfs/component.mk
T

7 lines
179 B
Makefile
Raw Normal View History

2020-04-30 16:36:20 +02:00
ifndef CONFIG_ESP_CONSOLE_USB_CDC
COMPONENT_OBJEXCLUDE := vfs_cdcacm.o
endif
ifndef CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG
COMPONENT_OBJEXCLUDE := vfs_usb_serial_jtag.o
endif