diff --git a/native/Makefile.dep b/native/Makefile.dep
index de1d7e692ce6129db82a8d19be9ef82631a00dea..fdd8ec4d907e0162da0a462b8b07bb9340b926dc 100644
--- a/native/Makefile.dep
+++ b/native/Makefile.dep
@@ -1,6 +1,6 @@
-ifneq (,$(findstring cc110x_ng,$(USEMODULE)))
-	ifeq (,$(findstring cc110x_spi,$(USEMODULE)))
-		USEMODULE += cc110x_spi
+ifneq (,$(findstring ltc4150,$(USEMODULE)))
+	ifeq (,$(findstring hwtimer,$(USEMODULE)))
+		USEMODULE += hwtimer
 	endif
 endif