X-Git-Url: https://the.earth.li/gitweb/?p=esp8266-clock.git;a=blobdiff_plain;f=Makefile;h=29c1392a7e35d4abc710ee613572aaa7d7cbd572;hp=511cfd5b680d92ca23b3aaaec948d0519993dba5;hb=a139c6de516968e2a0e7a21c153404eebea94c9e;hpb=648045c23ec74fafc4416cfd27b8ce6a091d8a35 diff --git a/Makefile b/Makefile index 511cfd5..29c1392 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ LDFLAGS = -nostdlib -Wl,--no-check-sections -Wl,--gc-sections -Wl,-static \ -L$(SDKDIR)/xtensa-lx106-elf/lib APP = clock -OBJS = user_main.o max7219.o spi.o clock.o +OBJS = user_main.o clock.o max7219.o ota.o spi.o all: rom0.bin rom1.bin