layouts/aknlayout2/group/Copy.mk
branchRCL_3
changeset 106 e4e3998ddda2
parent 38 a10f447f38bd
child 107 9f95a5546443
equal deleted inserted replaced
100:9dbe1b043bea 106:e4e3998ddda2
    14 # Description:  uses ecopyfile command to copy files for hand coded CDL 
    14 # Description:  uses ecopyfile command to copy files for hand coded CDL 
    15 #  instances. This is required as CDLCompiler requires all source to be in the same 
    15 #  instances. This is required as CDLCompiler requires all source to be in the same 
    16 #  directory.
    16 #  directory.
    17 #
    17 #
    18 
    18 
    19 include LayoutConfig.mk
    19 include layoutconfig.mk
    20 
    20 
    21 $($(wildcard ../adaptationlayer/adaptation_layer_*))
    21 $($(wildcard ../adaptationlayer/adaptation_layer_*))
    22 
    22 
    23 ADAPTATIONLAYERFILES=$(notdir $(wildcard ../adaptationlayer/adaptation_layer_*))
    23 ADAPTATIONLAYERFILES=$(notdir $(wildcard ../adaptationlayer/adaptation_layer_*))
    24 $(ADAPTATIONLAYERFILES $(ADAPTATIONLAYERFILES))
    24 $(ADAPTATIONLAYERFILES $(ADAPTATIONLAYERFILES))