From 79093491e125513df2f043f160b1ecd9725087cf Mon Sep 17 00:00:00 2001 From: Andrei-Liviu Simion Date: Thu, 7 Aug 2014 03:21:32 -0700 Subject: [PATCH] dptx: Added dependencies file for common example code. Signed-off-by: Andrei-Liviu Simion --- XilinxProcessorIPLib/drivers/dptx/data/dependencies.props | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 XilinxProcessorIPLib/drivers/dptx/data/dependencies.props diff --git a/XilinxProcessorIPLib/drivers/dptx/data/dependencies.props b/XilinxProcessorIPLib/drivers/dptx/data/dependencies.props new file mode 100644 index 00000000..8cc88466 --- /dev/null +++ b/XilinxProcessorIPLib/drivers/dptx/data/dependencies.props @@ -0,0 +1,5 @@ +xdptx_audio_example.c=xdptx_example_common.h,xdptx_example_common.c +xdptx_intr_example.c=xdptx_example_common.h,xdptx_example_common.c +xdptx_poll_example.c=xdptx_example_common.h,xdptx_example_common.c +xdptx_selftest_example.c=xdptx_example_common.h,xdptx_example_common.c +xdptx_timer_example.c=xdptx_example_common.h,xdptx_example_common.c