Blame view

RIOT/tests/driver_dsp0401/Makefile 161 Bytes
a752c7ab   elopes   add first test an...
1
2
3
4
5
6
7
8
9
  APPLICATION = driver_dsp0401
  include ../Makefile.tests_common
  
  USEMODULE += dsp0401
  
  LOOPS ?= 3
  CFLAGS += -DLOOPS=${LOOPS}
  
  include $(RIOTBASE)/Makefile.include