From eaf2ee0f498b519d64e1664a2b8c66c52ac1497c Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Mon, 18 Feb 2019 16:43:50 -0800 Subject: [PATCH] altos/telefireone-v2.0: Remove build of ao_product.h from Makefile This is built in common code now. Signed-off-by: Keith Packard --- src/telefireone-v2.0/Makefile | 5 +---- 1 file changed, 1 insertion(+), 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: -- 2.30.2