Skip to content

Commit

Permalink
squash Kinetis enable pm_layered
Browse files Browse the repository at this point in the history
  • Loading branch information
Joakim Nohlgård committed Nov 9, 2017
1 parent 9efaa13 commit aaf73f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cpu/kinetis/Makefile.include
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ USEMODULE += periph_llwu
USEMODULE += periph_mcg
USEMODULE += periph_wdog

# Enable power management by default
USEMODULE += pm_layered

# Define a recipe to build the watchdog disable binary, used when flashing
$(RIOTCPU)/$(CPU)/dist/wdog-disable.bin: $(RIOTCPU)/$(CPU)/dist/wdog-disable.s
$(Q)$(MAKE) -C $(RIOTCPU)/$(CPU)/dist/ $(notdir $@)
Expand Down

0 comments on commit aaf73f1

Please sign in to comment.