Skip to content

Commit

Permalink
artik05x/Makefile : Fix typo from artik053 to artik05x for ramdump
Browse files Browse the repository at this point in the history
File name was changed to artik05x_crashdump.c, but Makefile is not applied.
  • Loading branch information
jeongchanKim committed Apr 24, 2018
1 parent b5feb53 commit 9378acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion os/arch/arm/src/artik05x/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ CSRCS += artik055_alc5658char.c
endif

ifeq ($(CONFIG_BOARD_CRASHDUMP),y)
CSRCS += artik053_crashdump.c
CSRCS += artik05x_crashdump.c
endif

ifeq ($(CONFIG_MTD_PROGMEM),y)
Expand Down

0 comments on commit 9378acb

Please sign in to comment.