arm: makefile improvements

This commit is contained in:
2022-05-16 20:28:24 -07:00
parent d7a8f5b26d
commit 0226d314ec
2 changed files with 11 additions and 9 deletions

View File

@@ -7,7 +7,7 @@ SECTIONS
{
.text :
{
KEEP(vector_table.o(.vector_table))
KEEP(*(.vector_table))
*(.text*)
*(.rodata*)