summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/Makefile
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2010-09-22 22:22:18 +0200
committerSylvain Munaut <tnt@246tNt.com>2010-09-26 20:05:22 +0200
commitdaa86304682cf23dc4d165c4cef4c94ed80a74b3 (patch)
treebfd2e4c6905f72328908eb971a7489ac93e8cde7 /src/target/firmware/Makefile
parent1ca0ce1a5c44172014830cd2ea752c1f84579132 (diff)
target/layer1: Implement host-driven Tx power control
It's up to L23 to change the parameters using the appropriate L1CTL call. This is a mix between Harald's version and Dieter's version of the TX control code. Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'src/target/firmware/Makefile')
-rw-r--r--src/target/firmware/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/target/firmware/Makefile b/src/target/firmware/Makefile
index b5fcf995..56e0068e 100644
--- a/src/target/firmware/Makefile
+++ b/src/target/firmware/Makefile
@@ -15,12 +15,12 @@ calypso_COMMON_OBJS=board/common/calypso_uart.o board/common/calypso_pwl.o
gta0x_COMMON_OBJS=$(calypso_COMMON_OBJS) board/common/rffe_gta0x_triband.o
gta0x_COMMON_ENVIRONMENTS=highram
-gta0x_OBJS=$(gta0x_COMMON_OBJS) board/gta0x/init.o
+gta0x_OBJS=$(gta0x_COMMON_OBJS) board/gta0x/init.o board/gta0x/rf_power.o
gta0x_ENVIRONMENTS=$(gta0x_COMMON_ENVIRONMENTS)
# Compal Generic
-compal_COMMON_OBJS=$(calypso_COMMON_OBJS) board/compal/rffe_dualband.o
+compal_COMMON_OBJS=$(calypso_COMMON_OBJS) board/compal/rffe_dualband.o board/compal/rf_power.o
compal_COMMON_ENVIRONMENTS=compalram highram
compalram_LDS=board/compal/ram.lds