From 0d21420d4e3449f84ff4bd8562a33caf9ad5d63a Mon Sep 17 00:00:00 2001 From: Miloslav Trmač Date: Sat, 7 Aug 2010 07:06:12 +0200 Subject: Attach "userspace/" into top-level Makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0e33540..72439b2 100644 --- a/Makefile +++ b/Makefile @@ -77,6 +77,8 @@ obj-m += cryptodev.o build: @$(MAKE) version.h $(MAKE) -C $(KERNEL_DIR) SUBDIRS=`pwd` modules + $(MAKE) -C userspace + $(MAKE) -C examples install: $(MAKE) -C $(KERNEL_DIR) SUBDIRS=`pwd` modules_install @@ -87,6 +89,7 @@ install: clean: $(MAKE) -C $(KERNEL_DIR) SUBDIRS=`pwd` clean rm -f $(hostprogs) + $(MAKE) -C userspace clean KERNEL_DIR=$(KERNEL_DIR) $(MAKE) -C examples clean check: -- cgit