cpu/kinetis_common: moved drivers to periph subdir
parent
3faf44bc83
commit
5cac36d5b3
@ -1,4 +1,6 @@
|
||||
# define the module that is build
|
||||
MODULE = kinetis_common
|
||||
|
||||
DIRS += periph
|
||||
|
||||
include $(RIOTBASE)/Makefile.base
|
||||
|
@ -0,0 +1,3 @@
|
||||
MODULE = periph
|
||||
|
||||
include $(RIOTBASE)/Makefile.base
|
Loading…
Reference in New Issue