modules/msrtools : add missing MAKE_JOBS for parallel builds

Signed-off-by: Thierry Laurion <insurgo@riseup.net>
This commit is contained in:
Thierry Laurion 2024-05-01 14:30:03 -04:00
parent fa60bf7dfb
commit 35530f9115
No known key found for this signature in database
GPG Key ID: 9A53E1BB3FF00461

View File

@ -13,6 +13,7 @@ msrtools_url := https://github.com/osresearch/msr-tools/archive/$(msrtools_versi
msrtools_hash := 80554790d0a404205fe215c9ae8d2de159e980ec23821d636f201f12550e6ac0
msrtools_target := \
$(MAKE_JOBS) \
$(CROSS_TOOLS) \
CFLAGS="-I$(INSTALL)/include" \
LDFLAGS="-L$(INSTALL)/lib" \