X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Farduino-mega%2Ftemplates%2Fempty%2Fempty_user.mk;fp=boards%2Farduino-mega%2Ftemplates%2Fempty%2Fempty_user.mk;h=0000000000000000000000000000000000000000;hb=916115afea98a1f0b520ee72be7892261a24e9ff;hp=4c8ed7ef158ad99ba17d65403258db146f7d47b5;hpb=e7d41c27f27e04808b1856e563ee852af1e5b856;p=bertos.git diff --git a/boards/arduino-mega/templates/empty/empty_user.mk b/boards/arduino-mega/templates/empty/empty_user.mk deleted file mode 100644 index 4c8ed7ef..00000000 --- a/boards/arduino-mega/templates/empty/empty_user.mk +++ /dev/null @@ -1,43 +0,0 @@ -# -# User makefile. -# Edit this file to change compiler options and related stuff. -# - -# Programmer interface configuration, see http://dev.bertos.org/wiki/ProgrammerInterface for help -empty_PROGRAMMER_TYPE = none -empty_PROGRAMMER_PORT = none - -# Files included by the user. -empty_USER_CSRC = \ - $(empty_SRC_PATH)/main.c \ - # - -# Files included by the user. -empty_USER_PCSRC = \ - # - -# Files included by the user. -empty_USER_CPPASRC = \ - # - -# Files included by the user. -empty_USER_CXXSRC = \ - # - -# Files included by the user. -empty_USER_ASRC = \ - # - -# Flags included by the user. -empty_USER_LDFLAGS = \ - # - -# Flags included by the user. -empty_USER_CPPAFLAGS = \ - # - -# Flags included by the user. -empty_USER_CPPFLAGS = \ - -fno-strict-aliasing \ - -fwrapv \ - #