]> rtime.felk.cvut.cz Git - arc.git/blob - boards/hcs12_elmicro_card12/build_config.mk
Fixes to make the os kernel test framework pass.
[arc.git] / boards / hcs12_elmicro_card12 / build_config.mk
1
2 # ARCH defines
3 ARCH=hcs12d
4 ARCH_FAM=hc1x
5 ARCH_MCU=MC912DG128A
6
7 # CFG (y/n) macros (These become CFG_XXX=y and def-y += CFG_XXX ) 
8 CFG=HC1X HCS12D MC912DG128A BRD_HCS12_ELMICRO_CARD12 SIMULATOR
9
10 # What buildable modules does this board have, 
11 # default or private (These become MOD_XXX=y )
12 MOD_AVAIL+=MCU GPT     
13 # System + Communication + Diagnostic
14 MOD_AVAIL+=CANIF CANTP COM DCM DEM DET ECUM IOHWAB KERNEL PDUR WDGM RTE
15 # Additional
16 MOD_AVAIL+=RAMLOG
17
18
19 # Needed by us (These become USE_XXX=y and def-y += USE_XXX )
20 MOD_USE=KERNEL MCU