Skip to content

Commit

Permalink
Re-add targets removed by error in a previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
janakj committed Jun 28, 2022
1 parent c1b8871 commit df4295b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,14 @@ $(OBJ_DIR)/$(TYPE)/src/%.o: src/%.c $(ALLDEP)
-isystem $(LIB_DIR)/stm/include \
)
$(OBJ_DIR)/$(TYPE)/lib/LoRaWAN/%.o: lib/LoRaWAN/%.c $(ALLDEP)
$(call compile,\
-I $(SRC_DIR) \
-I $(CFG_DIR) \
-isystem $(LIB_DIR)/stm/STM32L0xx_HAL_Driver/Inc \
-isystem $(LIB_DIR)/stm/include \
)
# Specialized targets for src/main.c and src/cmd.c. These two files depend on
# the version strings generated from the git repository and need a couple of
# extra CFLAGS.
Expand Down

0 comments on commit df4295b

Please sign in to comment.