Blame view

RIOT/tests/periph_rtt/Makefile 164 Bytes
fb11e647   vrobic   reseau statique a...
1
2
3
4
5
6
7
8
  export APPLICATION = periph_rtt
  include ../Makefile.tests_common
  
  FEATURES_REQUIRED = periph_rtt
  
  DISABLE_MODULE += auto_init
  
  include $(RIOTBASE)/Makefile.include