Blame view

RIOT/tests/pkg_micro-ecc-with-hwrng/Makefile 199 Bytes
a752c7ab   elopes   add first test an...
1
2
3
4
5
6
7
8
9
10
  APPLICATION = pkg_micro-ecc-with-hwrng
  include ../Makefile.tests_common
  
  FEATURES_REQUIRED = periph_hwrng
  
  USEPKG += micro-ecc
  
  CFLAGS += -DFEATURE_PERIPH_HWRNG
  
  include $(RIOTBASE)/Makefile.include