From ceb2dfea727f78962a3a289bb87d067a56601d7f Mon Sep 17 00:00:00 2001 From: ppisa Date: Tue, 1 Jun 2004 00:54:48 +0000 Subject: [PATCH] Added switch-omk2std script to simple switch from OMK to standard Makefiles --- lincan/src/Makefile.std | 2 +- lincan/switch-omk2std | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 lincan/switch-omk2std diff --git a/lincan/src/Makefile.std b/lincan/src/Makefile.std index 994dc4f..590a599 100644 --- a/lincan/src/Makefile.std +++ b/lincan/src/Makefile.std @@ -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 index 0000000..d6eb965 --- /dev/null +++ b/lincan/switch-omk2std @@ -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 -- 2.39.2