1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards/chronos: Use another module name for drivers subdirectory

This commit is contained in:
Joakim Nohlgård 2016-03-08 14:19:23 +01:00
parent 90aa327614
commit d11b0bfd12
2 changed files with 3 additions and 1 deletions

View File

@ -8,3 +8,5 @@ export FLASHER = mspdebug
export FFLAGS = rf2500 "prog $(HEXFILE)"
INCLUDES += -I$(RIOTBOARD)/$(BOARD)/drivers/include
USEMODULE += chronos-drivers

View File

@ -1,3 +1,3 @@
MODULE = board
MODULE = chronos-drivers
include $(RIOTBASE)/Makefile.base