X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=boards%2Farduino-mega%2Fexamples%2Farduino-mega_aprs%2Farduino-mega_aprs_user.mk;fp=boards%2Farduino-mega%2Fexamples%2Farduino-mega_aprs%2Farduino-mega_aprs_user.mk;h=fa2170979ed34b7b2e4ad875014387c3e6e7cd20;hb=cd50c7c378c6addd1af1d4f64e5a56240ee5dbe2;hp=0000000000000000000000000000000000000000;hpb=fb92ffd3a1318c75cf703770596a007ed72d4b13;p=bertos.git diff --git a/boards/arduino-mega/examples/arduino-mega_aprs/arduino-mega_aprs_user.mk b/boards/arduino-mega/examples/arduino-mega_aprs/arduino-mega_aprs_user.mk new file mode 100644 index 00000000..fa217097 --- /dev/null +++ b/boards/arduino-mega/examples/arduino-mega_aprs/arduino-mega_aprs_user.mk @@ -0,0 +1,44 @@ +# +# User makefile. +# Edit this file to change compiler options and related stuff. +# + +# Programmer interface configuration, see http://dev.bertos.org/wiki/ProgrammerInterface for help +arduino-mega_aprs_PROGRAMMER_TYPE = none +arduino-mega_aprs_PROGRAMMER_PORT = none + +# Files included by the user. +arduino-mega_aprs_USER_CSRC = \ + $(arduino-mega_aprs_SRC_PATH)/main.c \ + $(arduino-mega_aprs_SRC_PATH)/hw/hw_afsk.c \ + # + +# Files included by the user. +arduino-mega_aprs_USER_PCSRC = \ + # + +# Files included by the user. +arduino-mega_aprs_USER_CPPASRC = \ + # + +# Files included by the user. +arduino-mega_aprs_USER_CXXSRC = \ + # + +# Files included by the user. +arduino-mega_aprs_USER_ASRC = \ + # + +# Flags included by the user. +arduino-mega_aprs_USER_LDFLAGS = \ + # + +# Flags included by the user. +arduino-mega_aprs_USER_CPPAFLAGS = \ + # + +# Flags included by the user. +arduino-mega_aprs_USER_CPPFLAGS = \ + -fno-strict-aliasing \ + -fwrapv \ + #