Drop BeRTOS SD and FAT modules
[rmslog.git] / rmslog / rmslog.mk
1 #
2 # Wizard autogenerated makefile.
3 # DO NOT EDIT, use the rmslog_user.mk file instead.
4 #
5
6 # Constants automatically defined by the selected modules
7 rmslog_DEBUG = 1
8
9 # Our target application
10 TRG += rmslog
11
12 rmslog_PREFIX = "/usr/bin/avr-"
13
14 rmslog_SUFFIX = ""
15
16 rmslog_SRC_PATH = rmslog
17
18 rmslog_HW_PATH = rmslog
19
20 # Files automatically generated by the wizard. DO NOT EDIT, USE rmslog_USER_CSRC INSTEAD!
21 rmslog_WIZARD_CSRC = \
22         bertos/mware/event.c \
23         bertos/io/kfile.c \
24         bertos/mware/formatwr.c \
25         bertos/cpu/avr/drv/timer_avr.c \
26         bertos/drv/timer.c \
27         bertos/kern/signal.c \
28         bertos/kern/proc.c \
29         bertos/cpu/avr/drv/ser_avr.c \
30         bertos/drv/ser.c \
31         bertos/mware/hex.c \
32         FAT16/fat.c \
33         FAT16/sd_raw.c \
34         FAT16/partition.c \
35         #
36
37 # Files automatically generated by the wizard. DO NOT EDIT, USE rmslog_USER_PCSRC INSTEAD!
38 rmslog_WIZARD_PCSRC = \
39         bertos/mware/formatwr.c \
40         #
41
42 # Files automatically generated by the wizard. DO NOT EDIT, USE rmslog_USER_CPPASRC INSTEAD!
43 rmslog_WIZARD_CPPASRC = \
44         bertos/cpu/avr/hw/switch_ctx_avr.S \
45         #
46
47 # Files automatically generated by the wizard. DO NOT EDIT, USE rmslog_USER_CXXSRC INSTEAD!
48 rmslog_WIZARD_CXXSRC = \
49          \
50         #
51
52 # Files automatically generated by the wizard. DO NOT EDIT, USE rmslog_USER_ASRC INSTEAD!
53 rmslog_WIZARD_ASRC = \
54          \
55         #
56
57 rmslog_CPPFLAGS = -D'CPU_FREQ=(16000000UL)' -D'ARCH=(ARCH_DEFAULT)' -D'WIZ_AUTOGEN' -I$(rmslog_HW_PATH) -I$(rmslog_SRC_PATH) $(rmslog_CPU_CPPFLAGS) $(rmslog_USER_CPPFLAGS)
58
59 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
60 rmslog_LDFLAGS = $(rmslog_CPU_LDFLAGS) $(rmslog_WIZARD_LDFLAGS) $(rmslog_USER_LDFLAGS)
61
62 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
63 rmslog_CPPAFLAGS = $(rmslog_CPU_CPPAFLAGS) $(rmslog_WIZARD_CPPAFLAGS) $(rmslog_USER_CPPAFLAGS)
64
65 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
66 rmslog_CSRC = $(rmslog_CPU_CSRC) $(rmslog_WIZARD_CSRC) $(rmslog_USER_CSRC)
67
68 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
69 rmslog_PCSRC = $(rmslog_CPU_PCSRC) $(rmslog_WIZARD_PCSRC) $(rmslog_USER_PCSRC)
70
71 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
72 rmslog_CPPASRC = $(rmslog_CPU_CPPASRC) $(rmslog_WIZARD_CPPASRC) $(rmslog_USER_CPPASRC)
73
74 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
75 rmslog_CXXSRC = $(rmslog_CPU_CXXSRC) $(rmslog_WIZARD_CXXSRC) $(rmslog_USER_CXXSRC)
76
77 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
78 rmslog_ASRC = $(rmslog_CPU_ASRC) $(rmslog_WIZARD_ASRC) $(rmslog_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 rmslog_MCU = atmega328p
83 rmslog_CPU_CPPFLAGS = -Os -Ibertos/cpu/avr/
84 rmslog_PROGRAMMER_CPU = atmega328p
85 rmslog_STOPFLASH_SCRIPT = bertos/prg_scripts/avr/stopflash.sh
86 rmslog_STOPDEBUG_SCRIPT = bertos/prg_scripts/none.sh
87 rmslog_DEBUG_SCRIPT = bertos/prg_scripts/nodebug.sh
88 rmslog_FLASH_SCRIPT = bertos/prg_scripts/avr/flash.sh
89
90 include $(rmslog_SRC_PATH)/rmslog_user.mk