summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2019-02-18 16:43:50 -0800
committerKeith Packard <keithp@keithp.com>2019-02-21 19:40:08 -0800
commiteaf2ee0f498b519d64e1664a2b8c66c52ac1497c (patch)
tree6f22bff49952a3c00818aa653984c4436debf824 /src
parentc411c7ec71be0263a958c0803772cd6068e6bdad (diff)
altos/telefireone-v2.0: Remove build of ao_product.h from Makefile
This is built in common code now. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src')
-rw-r--r--src/telefireone-v2.0/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/telefireone-v2.0/Makefile b/src/telefireone-v2.0/Makefile
index 988f7867..b7cc4a88 100644
--- a/src/telefireone-v2.0/Makefile
+++ b/src/telefireone-v2.0/Makefile
@@ -76,13 +76,10 @@ OBJ=$(SRC:.c=.o)
all: $(PROG) $(HEX)
$(PROG): Makefile $(OBJ) altos.ld
- $(call quiet,CC) $(LDFLAGS) $(CFLAGS) -o $(PROG) $(OBJ) $(LIBS)
+ $(call quiet,CC) $(LDFLAGS) -o $(PROG) $(OBJ) $(LIBS)
$(OBJ): $(INC)
-ao_product.h: ao-make-product.5c ../Version
- $(call quiet,NICKLE,$<) $< -m altusmetrum.org -i $(IDPRODUCT) -p $(PRODUCT) -v $(VERSION) > $@
-
distclean: clean
clean: