Some fix to comply to new bertos version.
[bertos.git] / boards / ek-lm3s1968 / examples / gps / gps.mk
1 #
2 # Wizard autogenerated makefile.
3 # DO NOT EDIT, use the gps_user.mk file instead.
4 #
5
6 # Constants automatically defined by the selected modules
7 gps_DEBUG = 1
8
9 # Our target application
10 TRG += gps
11
12 gps_PREFIX = "arm-none-eabi-"
13
14 gps_SUFFIX = ""
15
16 gps_SRC_PATH = boards/ek-lm3s1968/examples/gps
17
18 gps_HW_PATH = boards/ek-lm3s1968
19
20 # Files automatically generated by the wizard. DO NOT EDIT, USE gps_USER_CSRC INSTEAD!
21 gps_WIZARD_CSRC = \
22         bertos/kern/sem.c \
23         bertos/mware/formatwr.c \
24         bertos/io/kblock.c \
25         bertos/net/nmea.c \
26         bertos/io/kfile_block.c \
27         bertos/drv/kbd.c \
28         bertos/gfx/line.c \
29         bertos/drv/lcd_rit128x96.c \
30         bertos/cpu/cortex-m3/hw/switch_ctx_cm3.c \
31         bertos/kern/signal.c \
32         bertos/io/kfile.c \
33         bertos/gfx/text_format.c \
34         bertos/drv/timer.c \
35         bertos/drv/ser.c \
36         bertos/mware/hex.c \
37         bertos/net/nmeap/src/nmeap01.c \
38         bertos/gfx/text.c \
39         bertos/cpu/cortex-m3/drv/timer_cm3.c \
40         bertos/struct/heap.c \
41         bertos/kern/proc.c \
42         bertos/mware/event.c \
43         bertos/gfx/bitmap.c \
44         bertos/cpu/cortex-m3/drv/ser_lm3s.c \
45         bertos/mware/sprintf.c \
46         #
47
48 # Files automatically generated by the wizard. DO NOT EDIT, USE gps_USER_PCSRC INSTEAD!
49 gps_WIZARD_PCSRC = \
50          \
51         #
52
53 # Files automatically generated by the wizard. DO NOT EDIT, USE gps_USER_CPPASRC INSTEAD!
54 gps_WIZARD_CPPASRC = \
55          \
56         #
57
58 # Files automatically generated by the wizard. DO NOT EDIT, USE gps_USER_CXXSRC INSTEAD!
59 gps_WIZARD_CXXSRC = \
60          \
61         #
62
63 # Files automatically generated by the wizard. DO NOT EDIT, USE gps_USER_ASRC INSTEAD!
64 gps_WIZARD_ASRC = \
65          \
66         #
67
68 gps_CPPFLAGS = -D'CPU_FREQ=(50000000UL)' -D'ARCH=(ARCH_DEFAULT)' -D'WIZ_AUTOGEN' -I$(gps_HW_PATH) -I$(gps_SRC_PATH) $(gps_CPU_CPPFLAGS) $(gps_USER_CPPFLAGS)
69
70 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
71 gps_LDFLAGS = $(gps_CPU_LDFLAGS) $(gps_WIZARD_LDFLAGS) $(gps_USER_LDFLAGS)
72
73 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
74 gps_CPPAFLAGS = $(gps_CPU_CPPAFLAGS) $(gps_WIZARD_CPPAFLAGS) $(gps_USER_CPPAFLAGS)
75
76 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
77 gps_CSRC = $(gps_CPU_CSRC) $(gps_WIZARD_CSRC) $(gps_USER_CSRC)
78
79 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
80 gps_PCSRC = $(gps_CPU_PCSRC) $(gps_WIZARD_PCSRC) $(gps_USER_PCSRC)
81
82 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
83 gps_CPPASRC = $(gps_CPU_CPPASRC) $(gps_WIZARD_CPPASRC) $(gps_USER_CPPASRC)
84
85 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
86 gps_CXXSRC = $(gps_CPU_CXXSRC) $(gps_WIZARD_CXXSRC) $(gps_USER_CXXSRC)
87
88 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
89 gps_ASRC = $(gps_CPU_ASRC) $(gps_WIZARD_ASRC) $(gps_USER_ASRC)
90
91 # CPU specific flags and options, defined in the CPU definition files.
92 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
93 gps_CPU_CPPASRC = bertos/cpu/cortex-m3/hw/crt_cm3.S bertos/cpu/cortex-m3/hw/vectors_cm3.S 
94 gps_CPU_CPPAFLAGS = -g -gdwarf-2 -mthumb -mno-thumb-interwork
95 gps_CPU_CPPFLAGS = -O0 -g3 -gdwarf-2 -mthumb -mno-thumb-interwork -fno-strict-aliasing -fwrapv -fverbose-asm -Ibertos/cpu/cortex-m3/ -D__ARM_LM3S1968__
96 gps_CPU_CSRC = bertos/cpu/cortex-m3/hw/init_cm3.c bertos/cpu/cortex-m3/drv/irq_cm3.c bertos/cpu/cortex-m3/drv/gpio_lm3s.c bertos/cpu/cortex-m3/drv/clock_lm3s.c 
97 gps_PROGRAMMER_CPU = lm3s
98 gps_CPU_LDFLAGS = -mthumb -mno-thumb-interwork -nostartfiles -Wl,--no-warn-mismatch -T bertos/cpu/cortex-m3/scripts/lm3s1968_rom.ld
99 gps_STOPFLASH_SCRIPT = bertos/prg_scripts/arm/stopopenocd.sh
100 gps_CPU = cortex-m3
101 gps_STOPDEBUG_SCRIPT = bertos/prg_scripts/arm/stopopenocd.sh
102 gps_DEBUG_SCRIPT = bertos/prg_scripts/arm/debug.sh
103 gps_FLASH_SCRIPT = bertos/prg_scripts/arm/flash-lm3s.sh
104
105 include $(gps_SRC_PATH)/gps_user.mk