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