7f8db7c63d7c76278d276141beeee79dcad2d7c8
[bertos.git] / boards / triface / templates / triface_kernel / triface_kernel.mk
1 #
2 # Wizard autogenerated makefile.
3 # DO NOT EDIT, use the triface_kernel_user.mk file instead.
4 #
5
6 # Constants automatically defined by the selected modules
7 triface_kernel_DEBUG = 1
8
9 # Our target application
10 TRG += triface_kernel
11
12 triface_kernel_PREFIX = "avr-"
13
14 triface_kernel_SUFFIX = ""
15
16 triface_kernel_SRC_PATH = boards/triface/templates/triface_kernel
17
18 triface_kernel_HW_PATH = boards/triface
19
20 # Files automatically generated by the wizard. DO NOT EDIT, USE triface_kernel_USER_CSRC INSTEAD!
21 triface_kernel_WIZARD_CSRC = \
22         bertos/cpu/avr/drv/ser_avr.c \
23         bertos/kern/signal.c \
24         bertos/kern/sem.c \
25         bertos/struct/heap.c \
26         bertos/io/kfile.c \
27         bertos/mware/hex.c \
28         bertos/cpu/avr/drv/timer_avr.c \
29         bertos/drv/timer.c \
30         bertos/mware/event.c \
31         bertos/kern/proc.c \
32         bertos/mware/formatwr.c \
33         bertos/drv/ser.c \
34         bertos/kern/monitor.c \
35         #
36
37 # Files automatically generated by the wizard. DO NOT EDIT, USE triface_kernel_USER_PCSRC INSTEAD!
38 triface_kernel_WIZARD_PCSRC = \
39         bertos/mware/formatwr.c \
40         #
41
42 # Files automatically generated by the wizard. DO NOT EDIT, USE triface_kernel_USER_CPPASRC INSTEAD!
43 triface_kernel_WIZARD_CPPASRC = \
44         bertos/cpu/avr/hw/switch_ctx_avr.S \
45         #
46
47 # Files automatically generated by the wizard. DO NOT EDIT, USE triface_kernel_USER_CXXSRC INSTEAD!
48 triface_kernel_WIZARD_CXXSRC = \
49          \
50         #
51
52 # Files automatically generated by the wizard. DO NOT EDIT, USE triface_kernel_USER_ASRC INSTEAD!
53 triface_kernel_WIZARD_ASRC = \
54          \
55         #
56
57 triface_kernel_CPPFLAGS = -D'CPU_FREQ=(14745600UL)' -D'ARCH=(ARCH_DEFAULT)' -D'WIZ_AUTOGEN' -I$(triface_kernel_HW_PATH) -I$(triface_kernel_SRC_PATH) $(triface_kernel_CPU_CPPFLAGS) $(triface_kernel_USER_CPPFLAGS)
58
59 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
60 triface_kernel_LDFLAGS = $(triface_kernel_CPU_LDFLAGS) $(triface_kernel_WIZARD_LDFLAGS) $(triface_kernel_USER_LDFLAGS)
61
62 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
63 triface_kernel_CPPAFLAGS = $(triface_kernel_CPU_CPPAFLAGS) $(triface_kernel_WIZARD_CPPAFLAGS) $(triface_kernel_USER_CPPAFLAGS)
64
65 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
66 triface_kernel_CSRC = $(triface_kernel_CPU_CSRC) $(triface_kernel_WIZARD_CSRC) $(triface_kernel_USER_CSRC)
67
68 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
69 triface_kernel_PCSRC = $(triface_kernel_CPU_PCSRC) $(triface_kernel_WIZARD_PCSRC) $(triface_kernel_USER_PCSRC)
70
71 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
72 triface_kernel_CPPASRC = $(triface_kernel_CPU_CPPASRC) $(triface_kernel_WIZARD_CPPASRC) $(triface_kernel_USER_CPPASRC)
73
74 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
75 triface_kernel_CXXSRC = $(triface_kernel_CPU_CXXSRC) $(triface_kernel_WIZARD_CXXSRC) $(triface_kernel_USER_CXXSRC)
76
77 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
78 triface_kernel_ASRC = $(triface_kernel_CPU_ASRC) $(triface_kernel_WIZARD_ASRC) $(triface_kernel_USER_ASRC)
79
80 # CPU specific flags and options, defined in the CPU definition files.
81 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
82 triface_kernel_MCU = atmega1281
83 triface_kernel_CPU_CPPFLAGS = -Os -Ibertos/cpu/avr/
84 triface_kernel_PROGRAMMER_CPU = atmega1281
85 triface_kernel_STOPFLASH_SCRIPT = bertos/prg_scripts/avr/stopflash.sh
86 triface_kernel_STOPDEBUG_SCRIPT = bertos/prg_scripts/none.sh
87 triface_kernel_DEBUG_SCRIPT = bertos/prg_scripts/nodebug.sh
88 triface_kernel_FLASH_SCRIPT = bertos/prg_scripts/avr/flash.sh
89
90 include $(triface_kernel_SRC_PATH)/triface_kernel_user.mk