Change over instances of "make" in the makefiles to "$(MAKE)" to allow for the make tool to be overridden.
This commit is contained in:
@@ -14,6 +14,6 @@
|
||||
# code.
|
||||
|
||||
%:
|
||||
make -C Device $@
|
||||
make -C Host $@
|
||||
make -C DualRole $@
|
||||
$(MAKE) -C Device $@
|
||||
$(MAKE) -C Host $@
|
||||
$(MAKE) -C DualRole $@
|
||||
|
||||
Reference in New Issue
Block a user