X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=Makefile;h=1074eb971dd7f57eaaa6a5665f58843264800a05;hb=d986174e8b13292d8a6d748dfe7f577e05780a8a;hp=3a43c64aba94fd839fe54829884b7aeefd73db7d;hpb=f06abb81f5f7d6bffa600b41e66cc0b3c5a727c6;p=home-hw.git diff --git a/Makefile b/Makefile index 3a43c64..1074eb9 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ ########################################################################################################################## -# File automatically-generated by tool: [projectgenerator] version: [2.27.0] date: [Tue Jun 26 00:21:43 CEST 2018] +# File automatically-generated by tool: [projectgenerator] version: [2.27.0] date: [Fri Jun 29 23:59:44 CEST 2018] ########################################################################################################################## # ------------------------------------------------ @@ -57,6 +57,7 @@ Src/debug.c \ Src/usb.c \ Src/usbdev.c \ Src/display.c \ +Src/bmp085.c \ /aux/misc/stm/F1-package/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_rcc.c \ /Src/system_stm32f1xx.c \ Src/stm32f1xx_it.c \ @@ -155,7 +156,7 @@ endif # Generate dependency information -CFLAGS += -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" +CFLAGS += -MMD -MF"$(@:%.o=%.d)" ####################################### @@ -208,11 +209,11 @@ $(BUILD_DIR): # clean up ####################################### clean: - -rm -fR .dep $(BUILD_DIR) + -rm -fR $(BUILD_DIR) ####################################### # dependencies ####################################### --include $(shell mkdir .dep 2>/dev/null) $(wildcard .dep/*) +-include $(wildcard $(BUILD_DIR)/*.d) # *** EOF ***