2014-04-03 14:21:37 -06:00
|
|
|
#
|
|
|
|
# User makefile.
|
|
|
|
# Edit this file to change compiler options and related stuff.
|
|
|
|
#
|
|
|
|
|
|
|
|
# Programmer interface configuration, see http://dev.bertos.org/wiki/ProgrammerInterface for help
|
|
|
|
Modem_PROGRAMMER_TYPE = none
|
|
|
|
Modem_PROGRAMMER_PORT = none
|
|
|
|
|
|
|
|
# Files included by the user.
|
|
|
|
Modem_USER_CSRC = \
|
|
|
|
$(Modem_SRC_PATH)/main.c \
|
|
|
|
$(Modem_HW_PATH)/hardware.c \
|
2014-04-03 16:39:51 -06:00
|
|
|
$(Modem_HW_PATH)/afsk.c \
|
|
|
|
bertos/net/ax25.c \
|
|
|
|
bertos/algo/crc_ccitt.c \
|
2014-04-03 14:21:37 -06:00
|
|
|
#
|
|
|
|
|
|
|
|
# Files included by the user.
|
|
|
|
Modem_USER_PCSRC = \
|
|
|
|
#
|
|
|
|
|
|
|
|
# Files included by the user.
|
|
|
|
Modem_USER_CPPASRC = \
|
|
|
|
#
|
|
|
|
|
|
|
|
# Files included by the user.
|
|
|
|
Modem_USER_CXXSRC = \
|
|
|
|
#
|
|
|
|
|
|
|
|
# Files included by the user.
|
|
|
|
Modem_USER_ASRC = \
|
|
|
|
#
|
|
|
|
|
|
|
|
# Flags included by the user.
|
|
|
|
Modem_USER_LDFLAGS = \
|
|
|
|
#
|
|
|
|
|
|
|
|
# Flags included by the user.
|
|
|
|
Modem_USER_CPPAFLAGS = \
|
|
|
|
#
|
|
|
|
|
|
|
|
# Flags included by the user.
|
|
|
|
Modem_USER_CPPFLAGS = \
|
|
|
|
-fno-strict-aliasing \
|
|
|
|
-fwrapv \
|
|
|
|
#
|