cdc_msc_hid: Work around LTO bug in gcc where order of compile matters
(bug #1747966).
This commit is contained in:
@@ -86,8 +86,9 @@ LIB_SOURCE += \
|
||||
|
||||
SRC_C += $(LIB_SOURCE)
|
||||
|
||||
OBJ = $(addprefix $(BUILD)/obj/, $(SRC_C:.c=.o))
|
||||
OBJ += $(addprefix $(BUILD)/obj/, $(SRC_S:.s=.o))
|
||||
OBJ = $(addprefix $(BUILD)/obj/, $(SRC_S:.s=.o))
|
||||
OBJ += $(addprefix $(BUILD)/obj/, $(SRC_C:.c=.o))
|
||||
|
||||
|
||||
all: $(BUILD)/$(BOARD)-firmware.bin
|
||||
|
||||
|
Reference in New Issue
Block a user