net: ks8851: Remove type_frame_head
[oweals/u-boot.git] / board / hisilicon / hikey / build-tf.mak
index cebb34b61bdfe9871602f7a6e146b1998feea0c2..cde04827e8ea9d528a03f936e07a139084dbb45a 100644 (file)
@@ -1,6 +1,6 @@
 CROSS_COMPILE  := aarch64-linux-gnu-
 output_dir     := $(PWD)/../bin
-makejobs       := $(shell grep '^processor' /proc/cpuinfo | sort -u | wc -l)
+makejobs       := $(nproc)
 makethreads    := $(shell dc -e "$(makejobs) 1 + p")
 make_options   := GCC49_AARCH64_PREFIX=$CROSS_COMPILE \
                -j$(makethreads) -l$(makejobs)