mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-17 20:08:12 +00:00
build(legacy): sort entries in Makefile
[no changelog]
This commit is contained in:
parent
3ec63c1dc7
commit
70f8174c57
@ -1,35 +1,26 @@
|
||||
ifneq ($(EMULATOR),1)
|
||||
OBJS += setup.o
|
||||
OBJS += startup.o
|
||||
OBJS += timer.o
|
||||
endif
|
||||
|
||||
OBJS += buttons.o
|
||||
OBJS += common.o
|
||||
OBJS += flash.o
|
||||
OBJS += gen/bitmaps.o
|
||||
OBJS += gen/fonts.o
|
||||
OBJS += layout.o
|
||||
OBJS += memory.o
|
||||
OBJS += oled.o
|
||||
OBJS += random_delays.o
|
||||
OBJS += rng.o
|
||||
|
||||
ifneq ($(EMULATOR),1)
|
||||
OBJS += setup.o
|
||||
endif
|
||||
|
||||
OBJS += util.o
|
||||
OBJS += memory.o
|
||||
OBJS += supervise.o
|
||||
|
||||
ifneq ($(EMULATOR),1)
|
||||
OBJS += timer.o
|
||||
endif
|
||||
|
||||
OBJS += usb_standard.o
|
||||
OBJS += usb21_standard.o
|
||||
OBJS += usb_standard.o
|
||||
OBJS += util.o
|
||||
OBJS += webusb.o
|
||||
OBJS += winusb.o
|
||||
|
||||
OBJS += gen/bitmaps.o
|
||||
OBJS += gen/fonts.o
|
||||
|
||||
libtrezor.a: $(OBJS)
|
||||
|
||||
include Makefile.include
|
||||
|
Loading…
Reference in New Issue
Block a user