aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/connector/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/connector/Makefile')
-rw-r--r--Documentation/connector/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/connector/Makefile b/Documentation/connector/Makefile
index 8df1a7285a06..d98e4df98e24 100644
--- a/Documentation/connector/Makefile
+++ b/Documentation/connector/Makefile
@@ -9,3 +9,8 @@ hostprogs-y := ucon
always := $(hostprogs-y)
HOSTCFLAGS_ucon.o += -I$(objtree)/usr/include
+
+all: modules
+
+modules clean:
+ $(MAKE) -C ../.. SUBDIRS=$(PWD) $@