Update projects.
[bertos.git] / boards / at91sam7x-ek / templates / at91sam7x-ek_empty / at91sam7x-ek_empty_user.mk
index 4c8ed7ef158ad99ba17d65403258db146f7d47b5..007640512b182738486083c9ecc7221ba009e5b4 100644 (file)
@@ -4,40 +4,40 @@
 #
 
 # Programmer interface configuration, see http://dev.bertos.org/wiki/ProgrammerInterface for help
-empty_PROGRAMMER_TYPE = none
-empty_PROGRAMMER_PORT = none
+at91sam7x-ek_empty_PROGRAMMER_TYPE = none
+at91sam7x-ek_empty_PROGRAMMER_PORT = none
 
 # Files included by the user.
-empty_USER_CSRC = \
-       $(empty_SRC_PATH)/main.c \
+at91sam7x-ek_empty_USER_CSRC = \
+       $(at91sam7x-ek_empty_SRC_PATH)/main.c \
        #
 
 # Files included by the user.
-empty_USER_PCSRC = \
+at91sam7x-ek_empty_USER_PCSRC = \
        #
 
 # Files included by the user.
-empty_USER_CPPASRC = \
+at91sam7x-ek_empty_USER_CPPASRC = \
        #
 
 # Files included by the user.
-empty_USER_CXXSRC = \
+at91sam7x-ek_empty_USER_CXXSRC = \
        #
 
 # Files included by the user.
-empty_USER_ASRC = \
+at91sam7x-ek_empty_USER_ASRC = \
        #
 
 # Flags included by the user.
-empty_USER_LDFLAGS = \
+at91sam7x-ek_empty_USER_LDFLAGS = \
        #
 
 # Flags included by the user.
-empty_USER_CPPAFLAGS = \
+at91sam7x-ek_empty_USER_CPPAFLAGS = \
        #
 
 # Flags included by the user.
-empty_USER_CPPFLAGS = \
+at91sam7x-ek_empty_USER_CPPFLAGS = \
        -fno-strict-aliasing \
        -fwrapv \
        #