diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2021-02-04 10:36:45 +0100 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2021-02-04 10:36:45 +0100 |
commit | c4c1465d041cc520bc21ff6a2a3a5ebdb3e9b2f4 (patch) | |
tree | 8596e21d3df52d78eece411d52468a973a5e5212 /PKGBUILD | |
parent | fbf4332aadd3aecf9c8bb0b12986acd8c87720a5 (diff) | |
download | linux-pinebook-c4c1465d041cc520bc21ff6a2a3a5ebdb3e9b2f4.tar.gz linux-pinebook-c4c1465d041cc520bc21ff6a2a3a5ebdb3e9b2f4.tar.bz2 linux-pinebook-c4c1465d041cc520bc21ff6a2a3a5ebdb3e9b2f4.zip |
Removed make flags
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -79,7 +79,7 @@ build() { # build! unset LDFLAGS - make -j9 ${MAKEFLAGS} Image Image.gz modules dtbs + make ${MAKEFLAGS} Image Image.gz modules dtbs } _package() { |