Browse Source

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.
pull/47/head
chrysn 12 years ago
parent
commit
cece71ba2f
  1. 1
      Makefile

1
Makefile

@ -73,6 +73,7 @@ install: lib
$(Q)$(INSTALL) -m 0644 lib/*.a $(LIBDIR)
@printf " INSTALL ldscripts\n"
$(Q)$(INSTALL) -m 0644 lib/*.ld $(LIBDIR)
$(Q)$(INSTALL) -m 0644 lib/efm32/*/*.ld $(LIBDIR)
@printf " INSTALL scripts\n"
$(Q)$(INSTALL) -m 0644 scripts/* $(SHAREDIR)

Loading…
Cancel
Save