summaryrefslogtreecommitdiff
path: root/cesar/ce/test/rx/tonemap_refresh/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/ce/test/rx/tonemap_refresh/Makefile')
-rw-r--r--cesar/ce/test/rx/tonemap_refresh/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/cesar/ce/test/rx/tonemap_refresh/Makefile b/cesar/ce/test/rx/tonemap_refresh/Makefile
new file mode 100644
index 0000000000..e0fe57d3b4
--- /dev/null
+++ b/cesar/ce/test/rx/tonemap_refresh/Makefile
@@ -0,0 +1,18 @@
+BASE = ../../../..
+
+INCLUDES = ce/test/rx
+INCLUDES += ce/test/rx/tonemap_refresh
+INCLUDES += ce/test/rx/general/overide
+INCLUDES += ce/test/common
+
+ECOS = y
+
+EXTRA_TARGET_CFLAGS=-DEXPIRATION_TEST
+TARGET_PROGRAMS=test_tonemaps_refresh_target_ecos_synth
+test_tonemaps_refresh_target_ecos_synth_SOURCES = test_tonemaps_refresh.c
+test_tonemaps_refresh_target_ecos_synth_MODULES = lib mac/common ce ce/test/common ce/test/rx/general/overide/cp/interf
+
+
+
+include $(BASE)/common/make/top.mk
+