1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

boards/wsn430-common: Use another module name for drivers subdirectory

This commit is contained in:
Joakim Nohlgård 2016-03-08 14:20:01 +01:00
parent e9d7087a05
commit 7fa56b8d3b
2 changed files with 3 additions and 1 deletions

View File

@ -15,3 +15,5 @@ export FFLAGS = -d $(PORT) -j uif "prog $(HEXFILE)"
# include wsn430-common includes
export INCLUDES += -I$(RIOTBOARD)/wsn430-common/include
USEMODULE += wsn430-common-drivers

View File

@ -1,4 +1,4 @@
MODULE = board
MODULE = wsn430-common-drivers
include $(RIOTBOARD)/$(BOARD)/Makefile.include