summaryrefslogtreecommitdiff
path: root/src/lambdakey-v1.0/Makefile
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2018-01-07 23:06:51 -0800
committerKeith Packard <keithp@keithp.com>2018-01-07 23:06:51 -0800
commitf8a967959b2f5ca3486ab3422f30fe4ad4ba17a8 (patch)
treec6291fcec63defe6b2e3867901a5d349d5f76a85 /src/lambdakey-v1.0/Makefile
parent6ae22601bbf018193ac093fb0f745ebe213bfb64 (diff)
altos/lambdakey-v1.0: Add LED function back in
We've made things smaller, so there's (barely) space for this now. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/lambdakey-v1.0/Makefile')
-rw-r--r--src/lambdakey-v1.0/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lambdakey-v1.0/Makefile b/src/lambdakey-v1.0/Makefile
index cfa009bb..9d30c521 100644
--- a/src/lambdakey-v1.0/Makefile
+++ b/src/lambdakey-v1.0/Makefile
@@ -32,6 +32,7 @@ ALTOS_SRC = \
ao_interrupt.c \
ao_product.c \
ao_cmd.c \
+ ao_led.c \
ao_notask.c \
ao_stdio.c \
ao_stdio_newlib.c \
@@ -72,8 +73,8 @@ $(OBJ): $(INC)
ao_product.h: ao-make-product.5c ../Version
$(call quiet,NICKLE,$<) $< -m altusmetrum.org -i $(IDPRODUCT) -p $(PRODUCT) -v $(VERSION) > $@
-ao_scheme_const.h: ao_scheme_make_const ao_scheme_basic_syntax.scheme ao_scheme_finish.scheme
- $^ -o $@ -d GPIO,FLOAT,VECTOR,QUASI,BIGINT,POSIX,PORT,SAVE,UNDEF
+ao_scheme_const.h: ao_scheme_make_const ao_scheme_basic_syntax.scheme
+ $^ -o $@ -d FLOAT,VECTOR,QUASI,BIGINT,POSIX,PORT,SAVE,UNDEF
load: $(PROG)
stm-load $(PROG)