Skip to content

Commit 9872c90

Browse files
committed
[ISSUE-20]: adding missing .ld files to linker
1 parent 4309b17 commit 9872c90

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

examples/1rmtblink/Makefile.am

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
include $(top_srcdir)/scripts/elf2bin.mk
22
include $(top_srcdir)/ld/flags.mk
3-
AM_LDFLAGS += -T $(top_srcdir)/ld/esp32.rom.ld
3+
AM_LDFLAGS += -T $(top_srcdir)/ld/esp32.rom.ld \
4+
-T $(top_srcdir)/ld/esp32.rom.redefined.ld
45

56
noinst_HEADERS = defines.h
67

examples/1rmtmorse/Makefile.am

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
include $(top_srcdir)/scripts/elf2bin.mk
22
include $(top_srcdir)/ld/flags.mk
3-
AM_LDFLAGS += -T $(top_srcdir)/ld/esp32.rom.ld
3+
AM_LDFLAGS += -T $(top_srcdir)/ld/esp32.rom.ld \
4+
-T $(top_srcdir)/ld/esp32.rom.redefined.ld
45

56
noinst_HEADERS = defines.h mphgen.h
67

0 commit comments

Comments
 (0)