mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
2c75f63f89
* Fix MR comments
7 lines
179 B
Makefile
7 lines
179 B
Makefile
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
|