mirror of
https://github.com/cathery/sys-con.git
synced 2024-12-26 12:16:13 +00:00
Remove -j from makefile
This commit is contained in:
parent
05d62f943c
commit
55b5d76090
@ -6,10 +6,10 @@ TOPTARGETS := all clean
|
||||
all: $(COMPONENTS)
|
||||
|
||||
AppletCompanion:
|
||||
$(MAKE) -C $@ -j$(nproc)
|
||||
$(MAKE) -C $@
|
||||
|
||||
Sysmodule:
|
||||
$(MAKE) -C $@ -j$(nproc)
|
||||
$(MAKE) -C $@
|
||||
|
||||
clean:
|
||||
$(MAKE) -C AppletCompanion clean
|
||||
|
Loading…
Reference in New Issue
Block a user