From 48931eb4c5a99c78fb39b0563257f869ecb6c097 Mon Sep 17 00:00:00 2001 From: Chris Samuelson Date: Sun, 13 Nov 2011 21:20:30 -0600 Subject: [PATCH] STM32F4 discovery_demo Makefile needed correct capitalization for Linux --- example/stm32f4/Projects/discovery_demo/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/example/stm32f4/Projects/discovery_demo/Makefile b/example/stm32f4/Projects/discovery_demo/Makefile index 782f982..01a2d86 100644 --- a/example/stm32f4/Projects/discovery_demo/Makefile +++ b/example/stm32f4/Projects/discovery_demo/Makefile @@ -46,10 +46,10 @@ $(EXECUTABLE): main.c selftest.c system_stm32f4xx.c startup_stm32f4xx.s stm32f4x ../../Utilities/STM32F4-Discovery/stm32f4_discovery_lis302dl.c \ ../../STM32_USB_OTG_Driver/src/usb_dcd_int.c \ ../../STM32_USB_OTG_Driver/src/usb_dcd.c \ - ../../STM32_USB_Device_Library/core/src/usbd_core.c \ - ../../STM32_USB_Device_Library/core/src/usbd_req.c \ - ../../STM32_USB_Device_Library/core/src/usbd_ioreq.c \ - ../../STM32_USB_Device_Library/class/hid/src/usbd_hid_core.c \ + ../../STM32_USB_Device_Library/Core/src/usbd_core.c \ + ../../STM32_USB_Device_Library/Core/src/usbd_req.c \ + ../../STM32_USB_Device_Library/Core/src/usbd_ioreq.c \ + ../../STM32_USB_Device_Library/Class/hid/src/usbd_hid_core.c \ $(CC) $(CFLAGS) $^ -o $@ -L../../STM32F4xx_StdPeriph_Driver/build -lSTM32F4xx_StdPeriph_Driver -L../../STM32F_USB_OTG_Driver/build -- 2.47.2