Don't try to install several kernel modules at once.

Should fix autobuilder parallelism problem.

Change-Id: I01ecb758e9c16830c1dda453bbed0730fb229b9f
diff --git a/Makefile b/Makefile
index d88d547..7d583e0 100644
--- a/Makefile
+++ b/Makefile
@@ -11,6 +11,10 @@
 clean:   $(addsuffix /clean,$(DIRS))
 install: $(addsuffix /install,$(DIRS))
 
+# Don't try to install in parallel, or depmod gets confused.
+auto_bridge/install: pfe_ctrl/install
+pfe_ctrl/install: fci/install
+
 pfe_ctrl/all:
 	$(MAKE) -C pfe_ctrl $(LINUX_MAKE_FLAGS) KERNELDIR=$(LINUX_DIR) PFE_DIR=../pfe WIFI_ENABLE=y