Skip to content

Commit

Permalink
edit subdir.mk in startup
Browse files Browse the repository at this point in the history
  • Loading branch information
stancecoke committed Oct 2, 2024
1 parent c236bcf commit 16850a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Startup/subdir.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

# Add inputs and outputs from these tool invocations to the build variables
S_SRCS += \
Startup/startup_stm32f103x6.s
Startup/startup_stm32f103xb.s

OBJS += \
build/startup_stm32f103x6.o
build/startup_stm32f103xb.o


# Each subdirectory must supply rules for building sources it contributes
Expand Down

0 comments on commit 16850a4

Please sign in to comment.