Fix compilation issues in sam7 tcp server example.
[bertos.git] / boards / at91sam7x-ek / examples / at91sam7x-ek_tcp_server / at91sam7x-ek_tcp_server.mk
1 #
2 # Wizard autogenerated makefile.
3 # DO NOT EDIT, use the at91sam7x-ek_tcp_server_user.mk file instead.
4 #
5
6 # Constants automatically defined by the selected modules
7 at91sam7x-ek_tcp_server_DEBUG = 1
8
9 # Our target application
10 TRG += at91sam7x-ek_tcp_server
11
12 at91sam7x-ek_tcp_server_PREFIX = "arm-none-eabi-"
13
14 at91sam7x-ek_tcp_server_SUFFIX = ""
15
16 at91sam7x-ek_tcp_server_SRC_PATH = boards/at91sam7x-ek/examples/at91sam7x-ek_tcp_server
17
18 at91sam7x-ek_tcp_server_HW_PATH = boards/at91sam7x-ek
19
20 # Files automatically generated by the wizard. DO NOT EDIT, USE at91sam7x-ek_tcp_server_USER_CSRC INSTEAD!
21 at91sam7x-ek_tcp_server_WIZARD_CSRC = \
22         $(at91sam7x-ek_tcp_server_HW_PATH)/hw/hw_eth.c \
23         bertos/cpu/arm/drv/eth_at91.c \
24         bertos/cpu/arm/drv/ser_arm.c \
25         bertos/cpu/arm/drv/ser_at91.c \
26         bertos/cpu/arm/drv/sysirq_at91.c \
27         bertos/cpu/arm/drv/timer_arm.c \
28         bertos/cpu/arm/drv/timer_at91.c \
29         bertos/drv/ser.c \
30         bertos/drv/timer.c \
31         bertos/io/kfile.c \
32         bertos/kern/monitor.c \
33         bertos/kern/proc.c \
34         bertos/kern/sem.c \
35         bertos/kern/signal.c \
36         bertos/mware/event.c \
37         bertos/mware/formatwr.c \
38         bertos/mware/hex.c \
39         bertos/net/lwip.c \
40         bertos/struct/heap.c \
41         #
42
43 # Files automatically generated by the wizard. DO NOT EDIT, USE at91sam7x-ek_tcp_server_USER_PCSRC INSTEAD!
44 at91sam7x-ek_tcp_server_WIZARD_PCSRC = \
45          \
46         #
47
48 # Files automatically generated by the wizard. DO NOT EDIT, USE at91sam7x-ek_tcp_server_USER_CPPASRC INSTEAD!
49 at91sam7x-ek_tcp_server_WIZARD_CPPASRC = \
50         bertos/cpu/arm/hw/switch_ctx_arm.S \
51         #
52
53 # Files automatically generated by the wizard. DO NOT EDIT, USE at91sam7x-ek_tcp_server_USER_CXXSRC INSTEAD!
54 at91sam7x-ek_tcp_server_WIZARD_CXXSRC = \
55          \
56         #
57
58 # Files automatically generated by the wizard. DO NOT EDIT, USE at91sam7x-ek_tcp_server_USER_ASRC INSTEAD!
59 at91sam7x-ek_tcp_server_WIZARD_ASRC = \
60          \
61         #
62
63 at91sam7x-ek_tcp_server_CPPFLAGS = -D'CPU_FREQ=(48054857UL)' -D'ARCH=(ARCH_DEFAULT)' -D'WIZ_AUTOGEN' -I$(at91sam7x-ek_tcp_server_HW_PATH) -I$(at91sam7x-ek_tcp_server_SRC_PATH) $(at91sam7x-ek_tcp_server_CPU_CPPFLAGS) $(at91sam7x-ek_tcp_server_USER_CPPFLAGS)
64
65 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
66 at91sam7x-ek_tcp_server_LDFLAGS = $(at91sam7x-ek_tcp_server_CPU_LDFLAGS) $(at91sam7x-ek_tcp_server_WIZARD_LDFLAGS) $(at91sam7x-ek_tcp_server_USER_LDFLAGS)
67
68 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
69 at91sam7x-ek_tcp_server_CPPAFLAGS = $(at91sam7x-ek_tcp_server_CPU_CPPAFLAGS) $(at91sam7x-ek_tcp_server_WIZARD_CPPAFLAGS) $(at91sam7x-ek_tcp_server_USER_CPPAFLAGS)
70
71 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
72 at91sam7x-ek_tcp_server_CSRC = $(at91sam7x-ek_tcp_server_CPU_CSRC) $(at91sam7x-ek_tcp_server_WIZARD_CSRC) $(at91sam7x-ek_tcp_server_USER_CSRC)
73
74 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
75 at91sam7x-ek_tcp_server_PCSRC = $(at91sam7x-ek_tcp_server_CPU_PCSRC) $(at91sam7x-ek_tcp_server_WIZARD_PCSRC) $(at91sam7x-ek_tcp_server_USER_PCSRC)
76
77 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
78 at91sam7x-ek_tcp_server_CPPASRC = $(at91sam7x-ek_tcp_server_CPU_CPPASRC) $(at91sam7x-ek_tcp_server_WIZARD_CPPASRC) $(at91sam7x-ek_tcp_server_USER_CPPASRC)
79
80 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
81 at91sam7x-ek_tcp_server_CXXSRC = $(at91sam7x-ek_tcp_server_CPU_CXXSRC) $(at91sam7x-ek_tcp_server_WIZARD_CXXSRC) $(at91sam7x-ek_tcp_server_USER_CXXSRC)
82
83 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
84 at91sam7x-ek_tcp_server_ASRC = $(at91sam7x-ek_tcp_server_CPU_ASRC) $(at91sam7x-ek_tcp_server_WIZARD_ASRC) $(at91sam7x-ek_tcp_server_USER_ASRC)
85
86 # CPU specific flags and options, defined in the CPU definition files.
87 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
88 at91sam7x-ek_tcp_server_CPU_CPPASRC = bertos/cpu/arm/hw/crt_arm7tdmi.S bertos/cpu/arm/hw/vectors_at91.S
89 at91sam7x-ek_tcp_server_CPU_CPPAFLAGS = -g -gdwarf-2
90 at91sam7x-ek_tcp_server_CPU_CPPFLAGS = -O0 -g3 -gdwarf-2 -fverbose-asm -Ibertos/cpu/arm/ -D__ARM_AT91SAM7X256__
91 at91sam7x-ek_tcp_server_CPU_CSRC = bertos/cpu/arm/hw/init_at91.c
92 at91sam7x-ek_tcp_server_PROGRAMMER_CPU = at91sam7
93 at91sam7x-ek_tcp_server_CPU_LDFLAGS = -nostartfiles -Wl,--no-warn-mismatch -Wl,-dT bertos/cpu/arm/scripts/at91sam7_256_rom.ld
94 at91sam7x-ek_tcp_server_STOPFLASH_SCRIPT = bertos/prg_scripts/arm/stopopenocd.sh
95 at91sam7x-ek_tcp_server_CPU = arm7tdmi
96 at91sam7x-ek_tcp_server_STOPDEBUG_SCRIPT = bertos/prg_scripts/arm/stopopenocd.sh
97 at91sam7x-ek_tcp_server_DEBUG_SCRIPT = bertos/prg_scripts/arm/debug.sh
98 at91sam7x-ek_tcp_server_FLASH_SCRIPT = bertos/prg_scripts/arm/flash.sh
99
100 include $(at91sam7x-ek_tcp_server_SRC_PATH)/at91sam7x-ek_tcp_server_user.mk