install *all* efm32 linker scripts
this will install the per-family linker scripts twice (doesn't hurt, gets overwritten), but more importantly intalls the per-chip scripts too.
This commit is contained in:
1
Makefile
1
Makefile
@@ -73,6 +73,7 @@ install: lib
|
|||||||
$(Q)$(INSTALL) -m 0644 lib/*.a $(LIBDIR)
|
$(Q)$(INSTALL) -m 0644 lib/*.a $(LIBDIR)
|
||||||
@printf " INSTALL ldscripts\n"
|
@printf " INSTALL ldscripts\n"
|
||||||
$(Q)$(INSTALL) -m 0644 lib/*.ld $(LIBDIR)
|
$(Q)$(INSTALL) -m 0644 lib/*.ld $(LIBDIR)
|
||||||
|
$(Q)$(INSTALL) -m 0644 lib/efm32/*/*.ld $(LIBDIR)
|
||||||
@printf " INSTALL scripts\n"
|
@printf " INSTALL scripts\n"
|
||||||
$(Q)$(INSTALL) -m 0644 scripts/* $(SHAREDIR)
|
$(Q)$(INSTALL) -m 0644 scripts/* $(SHAREDIR)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user