diff --git a/drivers/lm75a/Makefile b/drivers/lm75a/Makefile index 55582bf58f..6c0a13b1b2 100644 --- a/drivers/lm75a/Makefile +++ b/drivers/lm75a/Makefile @@ -1,4 +1,4 @@ -INCLUDES = -I$(RIOTBASE)/core/include -I../include/ -I$(RIOTBASE)/sys/include +INCLUDES = -I$(RIOTBASE)/core/include -I../include/ -I$(RIOTBASE)/sys/include -I$(RIOTBOARD)/$(BOARD)/include MODULE =lm75a include $(MAKEBASE)/Makefile.base