AT91SAM7: use new startup files.
[bertos.git] / bertos / cpu / arm / info / AT91SAM7X128.cdef
index cbe263fa45bef19f8f383f21dc453c9e8188d5af..3f7920e739708169f92762efbb39779311f22ed8 100644 (file)
 # Import the common settings for the AT91SAM7 family.
 include("at91sam7.common")
 
+# Short description of the cpu.
+CPU_DESC += [ "128 Kbytes internal flash memory",
+             "32 Kbytes internal SRAM memory" ]
+
 # GCC flags for this cpu.
-CPP_FLAGS += [ "-D__ARM_AT91SAM7X128__" ]
-LD_FLAGS += [ "-T " + SCRIPT_DIR + " at91sam7_128_rom.ld" ]
+MK_CPU_CPPFLAGS += " -D__ARM_AT91SAM7X128__"
+MK_CPU_LDFLAGS += " -T " + SCRIPT_DIR + "at91sam7_128_rom.ld"