Blame view

RIOT/cpu/native/Makefile 166 Bytes
fb11e647   vrobic   reseau statique a...
1
2
3
4
5
6
7
8
9
10
11
  MODULE = cpu
  
  DIRS += periph
  
  ifneq (,$(filter netdev2_tap,$(USEMODULE)))
  	DIRS += netdev2_tap
  endif
  
  include $(RIOTBASE)/Makefile.base
  
  INCLUDES = $(NATIVEINCLUDES)