Update preset.
[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/struct/heap.c \
38         bertos/net/nmeap/src/nmeap01.c \
39         bertos/cpu/cortex-m3/drv/flash_lm3s.c \
40         bertos/gfx/text.c \
41         bertos/cpu/cortex-m3/drv/timer_cm3.c \
42         bertos/cpu/cortex-m3/drv/ser_lm3s.c \
43         bertos/kern/proc.c \
44         bertos/mware/event.c \
45         bertos/gfx/bitmap.c \
46         bertos/mware/sprintf.c \
47         #
48
49 # Files automatically generated by the wizard. DO NOT EDIT, USE gps_USER_PCSRC INSTEAD!
50 gps_WIZARD_PCSRC = \
51          \
52         #
53
54 # Files automatically generated by the wizard. DO NOT EDIT, USE gps_USER_CPPASRC INSTEAD!
55 gps_WIZARD_CPPASRC = \
56          \
57         #
58
59 # Files automatically generated by the wizard. DO NOT EDIT, USE gps_USER_CXXSRC INSTEAD!
60 gps_WIZARD_CXXSRC = \
61          \
62         #
63
64 # Files automatically generated by the wizard. DO NOT EDIT, USE gps_USER_ASRC INSTEAD!
65 gps_WIZARD_ASRC = \
66          \
67         #
68
69 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)
70
71 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
72 gps_LDFLAGS = $(gps_CPU_LDFLAGS) $(gps_WIZARD_LDFLAGS) $(gps_USER_LDFLAGS)
73
74 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
75 gps_CPPAFLAGS = $(gps_CPU_CPPAFLAGS) $(gps_WIZARD_CPPAFLAGS) $(gps_USER_CPPAFLAGS)
76
77 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
78 gps_CSRC = $(gps_CPU_CSRC) $(gps_WIZARD_CSRC) $(gps_USER_CSRC)
79
80 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
81 gps_PCSRC = $(gps_CPU_PCSRC) $(gps_WIZARD_PCSRC) $(gps_USER_PCSRC)
82
83 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
84 gps_CPPASRC = $(gps_CPU_CPPASRC) $(gps_WIZARD_CPPASRC) $(gps_USER_CPPASRC)
85
86 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
87 gps_CXXSRC = $(gps_CPU_CXXSRC) $(gps_WIZARD_CXXSRC) $(gps_USER_CXXSRC)
88
89 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
90 gps_ASRC = $(gps_CPU_ASRC) $(gps_WIZARD_ASRC) $(gps_USER_ASRC)
91
92 # CPU specific flags and options, defined in the CPU definition files.
93 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
94 gps_CPU_CPPASRC = bertos/cpu/cortex-m3/hw/crt_cm3.S bertos/cpu/cortex-m3/hw/vectors_cm3.S 
95 gps_CPU_CPPAFLAGS = -g -gdwarf-2 -mthumb -mno-thumb-interwork
96 gps_CPU_CPPFLAGS = -O0 -g3 -gdwarf-2 -mthumb -mno-thumb-interwork -fno-strict-aliasing -fwrapv -fverbose-asm -Ibertos/cpu/cortex-m3/ -D__ARM_LM3S1968__
97 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 
98 gps_PROGRAMMER_CPU = lm3s
99 gps_CPU_LDFLAGS = -mthumb -mno-thumb-interwork -nostartfiles -Wl,--no-warn-mismatch -T bertos/cpu/cortex-m3/scripts/lm3s1968_rom.ld
100 gps_STOPFLASH_SCRIPT = bertos/prg_scripts/arm/stopopenocd.sh
101 gps_CPU = cortex-m3
102 gps_STOPDEBUG_SCRIPT = bertos/prg_scripts/arm/stopopenocd.sh
103 gps_DEBUG_SCRIPT = bertos/prg_scripts/arm/debug.sh
104 gps_FLASH_SCRIPT = bertos/prg_scripts/arm/flash-lm3s.sh
105
106 include $(gps_SRC_PATH)/gps_user.mk