summaryrefslogtreecommitdiff
path: root/cesar/ce/rx/bitloading/test/sparc-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/ce/rx/bitloading/test/sparc-Makefile')
-rw-r--r--cesar/ce/rx/bitloading/test/sparc-Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/cesar/ce/rx/bitloading/test/sparc-Makefile b/cesar/ce/rx/bitloading/test/sparc-Makefile
index ccaa7e1633..087e5090db 100644
--- a/cesar/ce/rx/bitloading/test/sparc-Makefile
+++ b/cesar/ce/rx/bitloading/test/sparc-Makefile
@@ -15,9 +15,11 @@ TARGET = sparc
TARGET_PROGRAMS = test_ce_sparc
test_ce_sparc_SOURCES = $(ce_rx_bl_test_sources_common)
-test_ce_sparc_MODULES = $(ce_rx_bl_modules_common) hal/arch
+test_ce_sparc_MODULES = $(ce_rx_bl_modules_common) hal/arch ce/rx
test_ce_sparc_CONFIG_MODULES = cp
+ce_rx_MODULE_SOURCES = tonemask.c
+
# Include base makefile.
include $(BASE)/common/make/top.mk