Skip to content

Commit cae350c

Browse files
committed
remove unused detect_os.mk inclusion from gcc.mk
1 parent 991a5ab commit cae350c

File tree

1 file changed

+0
-8
lines changed
  • Libraries/CMSIS/Device/Maxim/GCC

1 file changed

+0
-8
lines changed

Libraries/CMSIS/Device/Maxim/GCC/gcc.mk

-8
Original file line numberDiff line numberDiff line change
@@ -103,14 +103,6 @@ OBJS_NOPATH += $(BINS_NOPATH:.bin=.o)
103103
OBJS := $(OBJS_NOPATH:%.o=$(BUILD_DIR)/%.o)
104104
OBJS += $(PROJ_OBJS)
105105

106-
################################################################################
107-
# Get the operating system name. If this is Cygwin, the .d files will be
108-
# munged to convert c: into /cygdrive/c so that "make" will be happy with the
109-
# auto-generated dependencies. Also if this is Cygwin, file paths for ARM GCC
110-
# will be converted from /cygdrive/c to C:.
111-
################################################################################
112-
113-
include $(MAXIM_PATH)/Libraries/CMSIS/Device/Maxim/GCC/detect_os.mk
114106

115107
################################################################################
116108
# Goals

0 commit comments

Comments
 (0)