cpu/mips_pic32mx/mz: remove unneeded USEMODULE in Makefile
USEMODULE in Makefile is not used by the build system and so does nothing.
This commit is contained in:
parent
71b6fce711
commit
68945246ef
@ -1,8 +1,6 @@
|
|||||||
MODULE = cpu
|
MODULE = cpu
|
||||||
|
|
||||||
USEMODULE += mips_pic32_common
|
DIRS += $(RIOTCPU)/mips_pic32_common
|
||||||
USEMODULE += mips32r2_common
|
DIRS += $(RIOTCPU)/mips32r2_common
|
||||||
|
|
||||||
DIRS += $(RIOTCPU)/mips_pic32_common $(RIOTCPU)/mips32r2_common
|
|
||||||
|
|
||||||
include $(RIOTBASE)/Makefile.base
|
include $(RIOTBASE)/Makefile.base
|
||||||
|
|||||||
@ -1,8 +1,6 @@
|
|||||||
MODULE = cpu
|
MODULE = cpu
|
||||||
|
|
||||||
USEMODULE += mips_pic32_common
|
DIRS += $(RIOTCPU)/mips_pic32_common
|
||||||
USEMODULE += mips32r2_common
|
DIRS += $(RIOTCPU)/mips32r2_common
|
||||||
|
|
||||||
DIRS += $(RIOTCPU)/mips_pic32_common $(RIOTCPU)/mips32r2_common
|
|
||||||
|
|
||||||
include $(RIOTBASE)/Makefile.base
|
include $(RIOTBASE)/Makefile.base
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user