diff --git a/Makefile.dep b/Makefile.dep
index 2a04fe76fd89a9b84f463e592e6e85fd175a0079..e23725d442fc2e28f36dce508b976b9a6ba855eb 100644
--- a/Makefile.dep
+++ b/Makefile.dep
@@ -14,6 +14,10 @@ ifneq (,$(findstring uart0,$(USEMODULE)))
 endif
 
 ifneq (,$(findstring cc110x_ng,$(USEMODULE)))
+  ifeq (,$(findstring transceiver,$(USEMODULE)))
+	USEMODULE += transceiver
+  endif
+
   ifneq (,$(findstring msba2,$(BOARD)))
   	USEMODULE += cc110x_spi
 	ifeq (,$(findstring gpioint,$(USEMODULE)))