Skip to content

Commit

Permalink
sys/random/Makefile.modules: FIX MODULE_DIR which should be for modul…
Browse files Browse the repository at this point in the history
…e tinymt32

`tinymt32` is a dependency of `prng_tinymt32` this is why it worked.
  • Loading branch information
cladmi committed Oct 12, 2017
1 parent ce303f1 commit 42dff3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/random/Makefile.modules
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Current makefile directory
D := $(abspath $(dir $(word $(words $(MAKEFILE_LIST)), $(MAKEFILE_LIST))))

MODULE_DIR_prng_tinymt32 := $(D)/tinymt32
MODULE_DIR_tinymt32 := $(D)/tinymt32
undefine D

0 comments on commit 42dff3e

Please sign in to comment.