mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
boards/msb-430-common: Use another module name for drivers subdirectory
This commit is contained in:
parent
d11b0bfd12
commit
1d2d6bae44
@ -27,3 +27,5 @@ export DEBUGGER_FLAGS = --tui --ex="target remote localhost:2000" --ex "monitor
|
||||
# export msb-430-common includes
|
||||
export INCLUDES += -I$(RIOTBOARD)/msb-430-common/include
|
||||
export INCLUDES += -I$(RIOTBOARD)/msb-430-common/drivers/include
|
||||
|
||||
USEMODULE += msb-430-common-drivers
|
||||
|
@ -1,4 +1,4 @@
|
||||
MODULE = board
|
||||
MODULE = msb-430-common-drivers
|
||||
|
||||
include $(RIOTBOARD)/$(BOARD)/Makefile.include
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user