aboutsummaryrefslogtreecommitdiff
path: root/apps/Makefile
diff options
context:
space:
mode:
authorMarvin Borner2021-03-20 19:52:56 +0100
committerMarvin Borner2021-03-20 19:52:56 +0100
commitb96c27bba0b242fc860fc9a2fcb63f121312fa7e (patch)
tree0febf9d97020f131055ee41fe6d8b8bd6593045a /apps/Makefile
parent635751fc2a75f66d1541469b3204efb1701bd91c (diff)
LGTM!
Diffstat (limited to 'apps/Makefile')
-rw-r--r--apps/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/Makefile b/apps/Makefile
index 66f8e42..d43104a 100644
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -13,7 +13,7 @@ all: $(COBJS)
%.o: %.c
@mkdir -p ../build/apps/
@$(CC) -c $(CFLAGS) $< -o $@
- @$(LD) -o $(@:.o=.elf) -Tlink.ld -L../build/ -static $@ -lgui -ltxt -lc
+ @$(LD) -o $(@:.o=.elf) --section-start=.text=0x42000000 -L../build/ -static $@ -lgui -ltxt -lc
@cp $(@:.o=.elf) ../build/apps/$(@:.o=)
#@$(ST) --strip-all ../build/apps/$(@:.o=)