layouts/aknlayout2/group/Copy.mk
branchRCL_3
changeset 107 9f95a5546443
parent 106 e4e3998ddda2
equal deleted inserted replaced
106:e4e3998ddda2 107:9f95a5546443
    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))