mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-19 06:39:49 +03:00
fix crc in makefile
This commit is contained in:
4
Makefile
4
Makefile
@ -147,9 +147,7 @@ ifeq ($(ENABLE_FMRADIO), 1)
|
||||
OBJS += driver/bk1080.o
|
||||
endif
|
||||
OBJS += driver/bk4819.o
|
||||
ifeq ($(filter $(ENABLE_AIRCOPY) $(ENABLE_UART) $(ENABLE_MDC1200), 1), 1)
|
||||
OBJS += driver/crc.o
|
||||
endif
|
||||
OBJS += driver/crc.o
|
||||
OBJS += driver/eeprom.o
|
||||
ifeq ($(ENABLE_OVERLAY),1)
|
||||
OBJS += driver/flash.o
|
||||
|
Reference in New Issue
Block a user