core/linux-udoo-quad adding make mrproper to remove x86 binaries...

This commit is contained in:
Mike Brown 2013-07-09 12:05:17 -04:00
parent f6b448966b
commit 2b390457d4

View file

@ -41,6 +41,9 @@ build() {
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
# (relevant patch sent upstream: https://lkml.org/lkml/2011/7/26/227)