From a7c80d038f3bc0ebe3a61e76c26f4dabc25977d8 Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Tue, 8 Nov 2011 01:13:50 +0000 Subject: [PATCH] Fix linking with new names --- example/32l_dac/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/32l_dac/Makefile b/example/32l_dac/Makefile index 4bd6eb4..87773ef 100644 --- a/example/32l_dac/Makefile +++ b/example/32l_dac/Makefile @@ -20,7 +20,7 @@ CFLAGS+=-I$(LIBS_STM_PATH)/inc/core_support CFLAGS+=-I$(LIBS_STM_PATH)/inc/device_support CFLAGS+=-I$(LIBS_STM_PATH)/inc/$(PLATFORM) -LDFLAGS+=-L$(LIBS_STM_PATH)/build -lstm32l_discovery +LDFLAGS+=-L$(LIBS_STM_PATH)/build -lstm32_stdperiph_l1xx all: $(BIN_IMAGE) -- 2.47.2