Makefile
changeset 167 37c65411b411
parent 149 0ed43f09130f
child 169 b3ecbec2c487
--- a/Makefile	Thu Apr 06 09:32:30 2006 +0000
+++ b/Makefile	Fri Apr 07 08:22:48 2006 +0000
@@ -26,6 +26,7 @@
 include ethercat.conf
 else
 KERNELDIR := /usr/src/linux
+INSTALLDIR := /opt/ethercat
 endif
 
 modules:
@@ -34,6 +35,9 @@
 clean:
 	$(MAKE) -C $(KERNELDIR) M=`pwd` clean
 
+install:
+	@./install.sh $(INSTALLDIR)
+
 #------------------------------------------------------------------------------
 
 endif