Skip to content

Commit 838d359

Browse files
committed
altos/mpusb-v3.0: Make this build again
It's not built by default and the requirements in the Makefile have changed. Signed-off-by: Keith Packard <[email protected]>
1 parent 52eaf4a commit 838d359

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/mpusb-v3.0/Makefile

+2-5
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,8 @@ OBJ=$(SRC:.c=.o)
4949

5050
all: $(PROG) $(HEX)
5151

52-
$(PROG): Makefile $(OBJ) altos.ld
53-
$(call quiet,CC) $(LDFLAGS) $(CFLAGS) -o $(PROG) $(OBJ) $(LIBS)
54-
55-
ao_product.h: ao-make-product.5c ../Version
56-
$(call quiet,NICKLE,$<) $< -m altusmetrum.org -i $(IDPRODUCT) -p $(PRODUCT) -v $(VERSION) > $@
52+
$(PROG): Makefile $(OBJ)
53+
$(call quiet,CC) $(LDFLAGS) -o $(PROG) $(OBJ) $(LIBS)
5754

5855
$(OBJ): $(INC)
5956

0 commit comments

Comments
 (0)