Add asrc, csrc, cxxsrc, cppasrc taken from the cpu definition in the makefile
[bertos.git] / wizard / const.py
index 8fd71619192baf26eeaae3328130152d5cda3fdd..34873fdf7e27be8f8ebaf386f0ea40a1f61801e5 100644 (file)
@@ -29,6 +29,9 @@ CPU_DEF = {
     "AR_FLAGS": [],
     "LD_FLAGS" : [],
     "CPPA_SRC" : [],
+    "CXX_SRC": [],
+    "ASRC": [],
+    "C_SRC": [],
     "SUPPORTED_DRV" : [],
     "PC_SRC" : [],
     "CPU_DESC" : []