aboutsummaryrefslogtreecommitdiff
path: root/backends/null/module.mk
diff options
context:
space:
mode:
Diffstat (limited to 'backends/null/module.mk')
-rw-r--r--backends/null/module.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/null/module.mk b/backends/null/module.mk
index 29a16f7a0a..d8f2161a2e 100644
--- a/backends/null/module.mk
+++ b/backends/null/module.mk
@@ -4,7 +4,7 @@ MODULE_OBJS := \
null.o
MODULE_DIRS += \
- backends/null
+ backends/null/
-# We don't use the common.rules here on purpose
+# We don't use the rules.mk here on purpose
OBJS := $(addprefix $(MODULE)/, $(MODULE_OBJS)) $(OBJS)