mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
core/linux-udoo-quad adding make mrproper to remove x86 binaries...
This commit is contained in:
parent
f6b448966b
commit
2b390457d4
1 changed files with 3 additions and 0 deletions
|
@ -40,6 +40,9 @@ build() {
|
|||
msg "GIT checkout done or server timeout"
|
||||
|
||||
cd "${srcdir}/${__gitname}"
|
||||
|
||||
#apparently, they forgot to make Mr. Proper the kernel source...
|
||||
make mrproper
|
||||
|
||||
# set DEFAULT_CONSOLE_LOGLEVEL to 4 (same value as the 'quiet' kernel param)
|
||||
# remove this when a Kconfig knob is made available by upstream
|
||||
|
|
Loading…
Reference in a new issue