We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4309b17 commit 9872c90Copy full SHA for 9872c90
examples/1rmtblink/Makefile.am
@@ -1,6 +1,7 @@
1
include $(top_srcdir)/scripts/elf2bin.mk
2
include $(top_srcdir)/ld/flags.mk
3
-AM_LDFLAGS += -T $(top_srcdir)/ld/esp32.rom.ld
+AM_LDFLAGS += -T $(top_srcdir)/ld/esp32.rom.ld \
4
+ -T $(top_srcdir)/ld/esp32.rom.redefined.ld
5
6
noinst_HEADERS = defines.h
7
examples/1rmtmorse/Makefile.am
noinst_HEADERS = defines.h mphgen.h
0 commit comments