rt-tests: Fix warning flag typo

As per the comment, this makes it match the Makefile

(From OE-Core rev: 6fce92430e6e837d068eb8531dcd432f38adca3a)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2014-05-12 17:57:51 +01:00
parent 1d13b58c3b
commit 098372ad4b
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/clrkwllms/rt-tests.git
S = "${WORKDIR}/git"
# need to append rt-tests' default CFLAGS to ours
CFLAGS += "-I${S}/src/include -D_GNU_SOURCE -Wall -Wno-nonnulli"
CFLAGS += "-I${S}/src/include -D_GNU_SOURCE -Wall -Wno-nonnull"
# calling 'uname -m' is broken on crossbuilds
EXTRA_OEMAKE = "NUMA=0"