Skip to content

Commit

Permalink
Introduce Makefile.default
Browse files Browse the repository at this point in the history
  • Loading branch information
Teufelchen1 committed Mar 27, 2024
1 parent 95daad1 commit da97460
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions cpu/arm7tdmi_gba/Makefile.default
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
DISABLE_MODULE += periph_init_leds
DISABLE_MODULE += core_thread
2 changes: 0 additions & 2 deletions cpu/arm7tdmi_gba/Makefile.dep
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@ ifeq (,$(filter stdio_%,$(USEMODULE)))
USEMODULE += stdio_fb
endif

DISABLE_MODULE += periph_init_leds

include $(RIOTCPU)/arm7_common/Makefile.dep

0 comments on commit da97460

Please sign in to comment.