Skip to content

Commit

Permalink
boards/wsn430-common: Use another module name for drivers subdirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
Joakim Nohlgård committed Mar 8, 2016
1 parent e9d7087 commit 7fa56b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions boards/wsn430-common/Makefile.include
Expand Up @@ -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
2 changes: 1 addition & 1 deletion boards/wsn430-common/drivers/Makefile
@@ -1,4 +1,4 @@
MODULE = board
MODULE = wsn430-common-drivers

include $(RIOTBOARD)/$(BOARD)/Makefile.include

Expand Down

0 comments on commit 7fa56b8

Please sign in to comment.