Files
esp-idf/tools/unit-test-app/components/unity/component.mk
T

7 lines
104 B
Makefile
Raw Normal View History

2016-11-17 16:36:10 +08:00
#
# Component Makefile
#
2018-08-30 11:24:34 +08:00
ifeq ($(GCC_NOT_5_2_0), 1)
unity.o: CFLAGS += -Wno-unused-const-variable
2018-08-30 11:24:34 +08:00
endif