component.mk 179 B

123456
  1. ifndef CONFIG_ESP_CONSOLE_USB_CDC
  2. COMPONENT_OBJEXCLUDE := vfs_cdcacm.o
  3. endif
  4. ifndef CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG
  5. COMPONENT_OBJEXCLUDE := vfs_usb_serial_jtag.o
  6. endif