summaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2021-02-04 10:36:45 +0100
committerJaron Kent-Dobias <jaron@kent-dobias.com>2021-02-04 10:36:45 +0100
commitc4c1465d041cc520bc21ff6a2a3a5ebdb3e9b2f4 (patch)
tree8596e21d3df52d78eece411d52468a973a5e5212 /PKGBUILD
parentfbf4332aadd3aecf9c8bb0b12986acd8c87720a5 (diff)
downloadlinux-pinebook-c4c1465d041cc520bc21ff6a2a3a5ebdb3e9b2f4.tar.gz
linux-pinebook-c4c1465d041cc520bc21ff6a2a3a5ebdb3e9b2f4.tar.bz2
linux-pinebook-c4c1465d041cc520bc21ff6a2a3a5ebdb3e9b2f4.zip
Removed make flags
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 218ec5a..b31c8fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -79,7 +79,7 @@ build() {
# build!
unset LDFLAGS
- make -j9 ${MAKEFLAGS} Image Image.gz modules dtbs
+ make ${MAKEFLAGS} Image Image.gz modules dtbs
}
_package() {