diff options
| author | Keith Packard <keithp@keithp.com> | 2013-10-10 00:00:05 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2013-10-10 00:01:26 -0700 |
| commit | d8d3835fedf9b7c4d203f321e72c2b086ebb3b97 (patch) | |
| tree | 3a1dc1e645d3e2d83421c036765912714bcdde25 /src/stm-demo | |
| parent | 7f6cbfac7c1965add91ebfc28ca3eac4561b4fb6 (diff) | |
altos: Use installed pdclib
Switch over to the installed pdclib everywhere
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/stm-demo')
| -rw-r--r-- | src/stm-demo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stm-demo/Makefile b/src/stm-demo/Makefile index 48fa07eb..990968c2 100644 --- a/src/stm-demo/Makefile +++ b/src/stm-demo/Makefile @@ -56,7 +56,7 @@ all: $(ELF) $(IHX) LDFLAGS=-L../stm -Wl,-Taltos.ld $(ELF): Makefile $(OBJ) - $(call quiet,CC) $(LDFLAGS) $(CFLAGS) -o $@ $(OBJ) $(SAT_CLIB) -lgcc + $(call quiet,CC) $(LDFLAGS) $(CFLAGS) -o $@ $(OBJ) $(LIBS) ao_product.h: ao-make-product.5c ../Version $(call quiet,NICKLE,$<) $< -m altusmetrum.org -i $(IDPRODUCT) -p $(PRODUCT) -v $(VERSION) > $@ |
