Fix kfile.c source include to allow the developers to build preset inside bertos.
[bertos.git] / boards / triface / templates / empty / empty.mk
1 #
2 # Wizard autogenerated makefile.
3 # DO NOT EDIT, use the empty_user.mk file instead.
4 #
5
6 # Constants automatically defined by the selected modules
7 empty_DEBUG = 1
8
9 # Our target application
10 TRG += empty
11
12 empty_PREFIX = "avr-"
13
14 empty_SUFFIX = ""
15
16 empty_SRC_PATH = boards/triface/templates/empty
17
18 empty_HW_PATH = boards/triface
19
20 # Files automatically generated by the wizard. DO NOT EDIT, USE empty_USER_CSRC INSTEAD!
21 empty_WIZARD_CSRC = \
22         bertos/io/kfile.c \
23         bertos/kern/signal.c \
24         bertos/cpu/avr/drv/timer_avr.c \
25         bertos/kern/sem.c \
26         bertos/struct/heap.c \
27         bertos/mware/formatwr.c \
28         bertos/drv/timer.c \
29         bertos/mware/event.c \
30         bertos/kern/proc.c \
31         bertos/cpu/avr/drv/ser_avr.c \
32         bertos/drv/ser.c \
33         bertos/mware/hex.c \
34         #
35
36 # Files automatically generated by the wizard. DO NOT EDIT, USE empty_USER_PCSRC INSTEAD!
37 empty_WIZARD_PCSRC = \
38         bertos/mware/formatwr.c \
39         #
40
41 # Files automatically generated by the wizard. DO NOT EDIT, USE empty_USER_CPPASRC INSTEAD!
42 empty_WIZARD_CPPASRC = \
43         bertos/cpu/avr/hw/switch_ctx_avr.S \
44         #
45
46 # Files automatically generated by the wizard. DO NOT EDIT, USE empty_USER_CXXSRC INSTEAD!
47 empty_WIZARD_CXXSRC = \
48          \
49         #
50
51 # Files automatically generated by the wizard. DO NOT EDIT, USE empty_USER_ASRC INSTEAD!
52 empty_WIZARD_ASRC = \
53          \
54         #
55
56 empty_CPPFLAGS = -D'CPU_FREQ=(14745600UL)' -D'ARCH=(ARCH_DEFAULT)' -D'WIZ_AUTOGEN' -I$(empty_HW_PATH) -I$(empty_SRC_PATH) $(empty_CPU_CPPFLAGS) $(empty_USER_CPPFLAGS)
57
58 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
59 empty_LDFLAGS = $(empty_CPU_LDFLAGS) $(empty_WIZARD_LDFLAGS) $(empty_USER_LDFLAGS)
60
61 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
62 empty_CPPAFLAGS = $(empty_CPU_CPPAFLAGS) $(empty_WIZARD_CPPAFLAGS) $(empty_USER_CPPAFLAGS)
63
64 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
65 empty_CSRC = $(empty_CPU_CSRC) $(empty_WIZARD_CSRC) $(empty_USER_CSRC)
66
67 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
68 empty_PCSRC = $(empty_CPU_PCSRC) $(empty_WIZARD_PCSRC) $(empty_USER_PCSRC)
69
70 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
71 empty_CPPASRC = $(empty_CPU_CPPASRC) $(empty_WIZARD_CPPASRC) $(empty_USER_CPPASRC)
72
73 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
74 empty_CXXSRC = $(empty_CPU_CXXSRC) $(empty_WIZARD_CXXSRC) $(empty_USER_CXXSRC)
75
76 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
77 empty_ASRC = $(empty_CPU_ASRC) $(empty_WIZARD_ASRC) $(empty_USER_ASRC)
78
79 # CPU specific flags and options, defined in the CPU definition files.
80 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
81 empty_MCU = atmega1281
82 empty_CPU_CPPFLAGS = -Os -Ibertos/cpu/avr/
83 empty_PROGRAMMER_CPU = atmega1281
84 empty_STOPFLASH_SCRIPT = bertos/prg_scripts/avr/stopflash.sh
85 empty_STOPDEBUG_SCRIPT = bertos/prg_scripts/none.sh
86 empty_DEBUG_SCRIPT = bertos/prg_scripts/nodebug.sh
87 empty_FLASH_SCRIPT = bertos/prg_scripts/avr/flash.sh
88
89 include $(empty_SRC_PATH)/empty_user.mk