2018-03-09 03:25:23 -05:00
|
|
|
#
|
|
|
|
# Main Makefile. This is basically the same as a component makefile.
|
|
|
|
#
|
|
|
|
|
2018-08-29 23:24:34 -04:00
|
|
|
ifeq ($(GCC_NOT_5_2_0), 1)
|
2018-08-29 00:59:58 -04:00
|
|
|
hid_device_le_prf.o: CFLAGS += -Wno-unused-const-variable
|
2018-08-29 23:24:34 -04:00
|
|
|
endif
|