]> rtime.felk.cvut.cz Git - lincan.git/commitdiff
Added switch-omk2std script to simple switch from OMK to standard Makefiles
authorppisa <ppisa>
Tue, 1 Jun 2004 00:54:48 +0000 (00:54 +0000)
committerppisa <ppisa>
Tue, 1 Jun 2004 00:54:48 +0000 (00:54 +0000)
lincan/src/Makefile.std
lincan/switch-omk2std [new file with mode: 0644]

index 994dc4f9cb9df85833fe52f146f8df8b92bec96e..590a5991550ea441417ff1e1e3bfb31bef6b3e18 100644 (file)
@@ -63,7 +63,7 @@ endif
 SUPPORTED_CARDS = pip pccan smartcan nsi cc_can104 \
                  pc_i03 pcm3680 aim104 m437 pcccan ssv \
                  bfadcan pikronisa kv_pcican msmcan virtual template \
-                 unican
+                 unican unican_cl2
 
 #SUPPORTED_CARDS = pcm3680 bfadcan pikronisa template
 
diff --git a/lincan/switch-omk2std b/lincan/switch-omk2std
new file mode 100644 (file)
index 0000000..d6eb965
--- /dev/null
@@ -0,0 +1,9 @@
+#!/bin/sh
+# This shell script switches LinCAN build system
+# form OMK framework to standard makefiles
+
+#cd lincan-0.x.y-omk
+cp Makefile.std Makefile
+cp utils/Makefile.std utils/Makefile
+cp src/Makefile.std src/Makefile
+touch Standalone.mk