mirror of
https://github.com/hathach/tinyusb.git
synced 2025-03-25 23:38:06 +00:00
cdc_msc_hid: Work around LTO bug in gcc where order of compile matters
(bug #1747966).
This commit is contained in:
parent
b4103eef06
commit
e4d6f336f0
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user