Move the mk file template in the BeRTOS root
authorduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 30 Jan 2009 15:46:31 +0000 (15:46 +0000)
committerduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 30 Jan 2009 15:46:31 +0000 (15:46 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2243 38d2e660-2303-0410-9eaa-f027e97ec537

template.mk [new file with mode: 0644]
wizard/template.mk [deleted file]

diff --git a/template.mk b/template.mk
new file mode 100644 (file)
index 0000000..281b772
--- /dev/null
@@ -0,0 +1,33 @@
+#
+# Copyright 2009 Develer S.r.l. (http://www.develer.com/)
+# All rights reserved.
+#
+# Makefile template for BeRTOS wizard.
+#
+# Author: Lorenzo Berni <duplo@develer.com>
+#
+#
+
+# Set to 1 for debug builds
+pname_DEBUG = 1
+
+# Our target application
+TRG += pname
+CPU = cpuname
+BOOT_ADDR_START = 0x1E000
+
+pname_PREFIX = prefix
+
+pname_SUFFIX = suffix
+
+pname_MCU = $(CPU)
+
+pname_CSRC = \
+       csrc
+       #
+
+pname_PCSRC += pcsrc
+
+
+pname_CFLAGS = cflags
+pname_LDFLAGS = ldflags
diff --git a/wizard/template.mk b/wizard/template.mk
deleted file mode 100644 (file)
index 281b772..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-#
-# Copyright 2009 Develer S.r.l. (http://www.develer.com/)
-# All rights reserved.
-#
-# Makefile template for BeRTOS wizard.
-#
-# Author: Lorenzo Berni <duplo@develer.com>
-#
-#
-
-# Set to 1 for debug builds
-pname_DEBUG = 1
-
-# Our target application
-TRG += pname
-CPU = cpuname
-BOOT_ADDR_START = 0x1E000
-
-pname_PREFIX = prefix
-
-pname_SUFFIX = suffix
-
-pname_MCU = $(CPU)
-
-pname_CSRC = \
-       csrc
-       #
-
-pname_PCSRC += pcsrc
-
-
-pname_CFLAGS = cflags
-pname_LDFLAGS = ldflags