summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/calypso/Makefile
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2012-12-10 20:50:53 +0100
committerSylvain Munaut <tnt@246tNt.com>2013-01-02 20:44:11 +0100
commit3ee1beb8bf4c1ca87c88d12a8cd1f24d096aee88 (patch)
tree7e4acf158e7bb4a279e6fe915808685db7050dad /src/target/firmware/calypso/Makefile
parentd9f6921c020af4c53d6507ed271886e24855a5df (diff)
fw/build: Add ENV_ APP_ BOARD_ prefix to variables to cleanup namespace
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'src/target/firmware/calypso/Makefile')
-rw-r--r--src/target/firmware/calypso/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/target/firmware/calypso/Makefile b/src/target/firmware/calypso/Makefile
index 610a82c0..9add62b8 100644
--- a/src/target/firmware/calypso/Makefile
+++ b/src/target/firmware/calypso/Makefile
@@ -1,4 +1,4 @@
LIBRARIES+=calypso
-calypso_DIR=calypso
-calypso_SRCS=arm.c buzzer.c clock.c dma.c dsp.c du.c i2c.c irq.c rtc.c sim.c spi.c tpu.c tsp.c keypad.c misc.c timer.c backlight.c uart.c uwire.c
+LIB_calypso_DIR=calypso
+LIB_calypso_SRCS=arm.c buzzer.c clock.c dma.c dsp.c du.c i2c.c irq.c rtc.c sim.c spi.c tpu.c tsp.c keypad.c misc.c timer.c backlight.c uart.c uwire.c