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/lpcxpresso | |
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/lpcxpresso')
-rw-r--r-- | src/lpcxpresso/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lpcxpresso/Makefile b/src/lpcxpresso/Makefile index 3745f283..374c052f 100644 --- a/src/lpcxpresso/Makefile +++ b/src/lpcxpresso/Makefile @@ -45,7 +45,7 @@ all: $(PROG) LDFLAGS=-L../lpc -Wl,-Taltos.ld $(PROG): Makefile $(OBJ) - $(call quiet,CC) $(LDFLAGS) $(CFLAGS) -o $(PROG) $(OBJ) $(SAT_CLIB) -lgcc + $(call quiet,CC) $(LDFLAGS) $(CFLAGS) -o $(PROG) $(OBJ) $(LIBS) ao_product.h: ao-make-product.5c ../Version $(call quiet,NICKLE,$<) $< -m altusmetrum.org -i $(IDPRODUCT) -p $(PRODUCT) -v $(VERSION) > $@ |