Files
esp-idf/examples/bluetooth/ble_hid_device_demo/main/component.mk
T

7 lines
165 B
Makefile
Raw Normal View History

#
# Main Makefile. This is basically the same as a component makefile.
#
2018-08-30 11:24:34 +08:00
ifeq ($(GCC_NOT_5_2_0), 1)
hid_device_le_prf.o: CFLAGS += -Wno-unused-const-variable
2018-08-30 11:24:34 +08:00
endif