Blame view

RIOT/cpu/lpc2387/Makefile 240 Bytes
fb11e647   vrobic   reseau statique a...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  MODULE =cpu
  
  include $(RIOTCPU)/$(CPU)/Makefile.include
  
  DIRS = $(RIOTCPU)/arm7_common periph
  
  ifneq (,$(filter mci,$(USEMODULE)))
  	DIRS += mci
  endif
  ifneq (,$(filter i2c,$(USEMODULE)))
  	DIRS += i2c
  endif
  
  include $(RIOTBASE)/Makefile.base