summaryrefslogtreecommitdiff
path: root/cesar/interface/fcall/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/interface/fcall/test/Makefile')
-rw-r--r--cesar/interface/fcall/test/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/cesar/interface/fcall/test/Makefile b/cesar/interface/fcall/test/Makefile
index 1ff18378a0..bc4b3281a3 100644
--- a/cesar/interface/fcall/test/Makefile
+++ b/cesar/interface/fcall/test/Makefile
@@ -1,8 +1,7 @@
BASE = ../../..
-EXTRA_HOST_CFLAGS+= -DUNIT_TEST
-EXTRA_HOST_CFLAGS+= -DFCALL_PROTO
+DEFS += -DUNIT_TEST
HOST_PROGRAMS = test_interface_fcall
test_interface_fcall_SOURCES = test_interface_fcall.c
-test_interface_fcall_MODULES = lib interface/fcall host/sci/cesar host/fcall
+test_interface_fcall_MODULES = lib interface/fcall host
include $(BASE)/common/make/top.mk