diff options
Diffstat (limited to 'resources/scripts/helpers/build/module/i945pwm')
-rwxr-xr-x | resources/scripts/helpers/build/module/i945pwm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/scripts/helpers/build/module/i945pwm b/resources/scripts/helpers/build/module/i945pwm index 0c5200cd..c263b259 100755 --- a/resources/scripts/helpers/build/module/i945pwm +++ b/resources/scripts/helpers/build/module/i945pwm @@ -3,6 +3,7 @@ # helper script: builds i945-pwm source code # # Copyright (C) 2014, 2015 Francis Rowe <info@gluglug.org.uk> +# Copyright (C) 2015 Klemens Nanni <contact@autoboot.org> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -33,7 +34,7 @@ cd "resources/utilities/i945-pwm/" make clean # build it -make +make -j$(nproc) # done. go back to main directory cd "../../../" |