equal
deleted
inserted
replaced
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)) |