# # User makefile. # Edit this file to change compiler options and related stuff. # # Programmer interface configuration, see http://dev.bertos.org/wiki/ProgrammerInterface for help at91sam7x-ek_kernel_footprint_PROGRAMMER_TYPE = none at91sam7x-ek_kernel_footprint_PROGRAMMER_PORT = none # Files included by the user. at91sam7x-ek_kernel_footprint_USER_CSRC = \ $(at91sam7x-ek_kernel_footprint_SRC_PATH)/main.c \ # # Files included by the user. at91sam7x-ek_kernel_footprint_USER_PCSRC = \ # # Files included by the user. at91sam7x-ek_kernel_footprint_USER_CPPASRC = \ # # Files included by the user. at91sam7x-ek_kernel_footprint_USER_CXXSRC = \ # # Files included by the user. at91sam7x-ek_kernel_footprint_USER_ASRC = \ # # Flags included by the user. at91sam7x-ek_kernel_footprint_USER_LDFLAGS = \ # # Flags included by the user. at91sam7x-ek_kernel_footprint_USER_CPPAFLAGS = \ # # Flags included by the user. at91sam7x-ek_kernel_footprint_USER_CPPFLAGS = \ -fno-strict-aliasing \ -fwrapv \ -Os \ #