1
0
mirror of https://github.com/espressif/esp-idf synced 2025-03-25 00:49:11 -04:00

7 lines
179 B
Makefile
Raw Normal View History

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