From: Chris Samuelson Date: Mon, 14 Nov 2011 03:20:30 +0000 (-0600) Subject: STM32F4 discovery_demo Makefile needed correct capitalization for Linux X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=48931eb4c5a99c78fb39b0563257f869ecb6c097;p=fw%2Fstlink STM32F4 discovery_demo Makefile needed correct capitalization for Linux --- 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