Add -fno-stack-protector to test.c and random.c in the Makefile.

Without this flag (which the other files already use) rest.c and random.c have
stack protection built in which requires a symbol to be defined which
memtest doesn't provide.

BUG=chromium-os:26458
TEST=Built memtest with the target compiler.

Change-Id: I4dd2ff92200b4c9acda5349ecab6ce43cd8409a0
Signed-off-by: Gabe Black <gabeblack@google.com>
1 file changed