1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/atmega_common
Gaëtan Harter 9cd50a693a
cpu/atmega_common: do not export LINKFLAGS
This prevent evaluating `LINKFLAGS` when not needed and when building
in docker so does not produce errors if `avr-ld` is not installed.

```
BUILD_IN_DOCKER=1 BOARD=arduino-mega2560  make --no-print-directory -C examples/hello-world/ clean
/srv/ilab-builds/workspace/git/riot_master/makefiles/toolchain/gnu.inc.mk:18: objcopy not found. Hex file will not be created.
/bin/sh: 1: avr-ld: not found
```

It removes the `/bin/sh: 1: avr-ld: not found`
2019-01-23 18:32:40 +01:00
..
avr_libc_extra atmega_common: refactor avr-libc-extra into avr_libc_extra module 2019-01-21 14:37:08 +01:00
include Merge pull request #9984 from kaspar030/refactor_atmega_libc 2019-01-22 08:41:37 +01:00
periph cpu/atmega_common/uart: Comment why brr calc is different from datasheet 2019-01-07 08:40:21 +01:00
cpu.c cpu/atmega_common: add cpu.c and startup.c common code 2018-11-02 16:23:47 +01:00
doc.txt cpu: atmega_common: Initial import 2014-08-27 16:22:48 +02:00
irq_arch.c cpu/atmega_common: use __temp_reg__ 2018-03-30 10:22:32 +02:00
Makefile atmega_common: refactor avr-libc-extra into avr_libc_extra module 2019-01-21 14:37:08 +01:00
Makefile.features eeprom: Makefile.features: reorder features 2018-08-15 14:53:56 +02:00
Makefile.include cpu/atmega_common: do not export LINKFLAGS 2019-01-23 18:32:40 +01:00
startup.c cpu/atmega_common: add mega2560 puf_sram feature 2018-11-20 09:45:32 +01:00
thread_arch.c cpu/atmega_common/thread_arch.c: uncrustified 2018-06-14 21:47:33 +02:00