diff --git a/Lab2_example/Craig/Makefile b/Lab2_example/Craig/Makefile index 46c58a0d6344227fca8e1683d6acd21a0b5d7110..52653534d215ae555a9db590af353a4a11c6be87 100644 --- a/Lab2_example/Craig/Makefile +++ b/Lab2_example/Craig/Makefile @@ -1,4 +1,3 @@ - # name of executable - change this to change the executables name ELF=demo.elf @@ -22,10 +21,6 @@ BSP_BL-L475 = ../../Drivers/BSP/B-L475E-IOT01 CMSIS = ../../Drivers/CMSIS/Core DEVICE = ../../Drivers/CMSIS/Device/ST/STM32L4xx/Include Common_BSP = ../../Drivers/BSP/Components/Common -#HTS221 = ../../../../../Drivers/BSP/Components/hts221 -#LPS22HB = ../../../../../Drivers/BSP/Components/lps22hb -#LIS3MDL = ../../../../../Drivers/BSP/Components/lis3mdl -#LSM6DSL = ../../../../../Drivers/BSP/Components/lsm6dsl APP = . # Tools @@ -101,7 +96,7 @@ clean: rm -f $(OBJS) $(OBJS:.o=.d) $(ELF) $(ELF).hx $(ELF).flash debug: $(ELF) - arm-none-eabi-gdb $(ELF) + multiarch-gdb $(ELF) # pull in dependencies