Blame view

RIOT/sys/can/Makefile 163 Bytes
a752c7ab   elopes   add first test an...
1
2
3
4
5
6
7
8
9
10
  
  ifneq (,$(filter can_isotp,$(USEMODULE)))
    DIRS += isotp
  endif
  
  ifneq (,$(filter conn_can,$(USEMODULE)))
    DIRS += conn
  endif
  
  include $(RIOTBASE)/Makefile.base