diff options
author | Keith Packard <keithp@keithp.com> | 2019-02-18 16:43:50 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2019-02-21 19:40:08 -0800 |
commit | eaf2ee0f498b519d64e1664a2b8c66c52ac1497c (patch) | |
tree | 6f22bff49952a3c00818aa653984c4436debf824 | |
parent | c411c7ec71be0263a958c0803772cd6068e6bdad (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>
-rw-r--r-- | src/telefireone-v2.0/Makefile | 5 |
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: |