Commit 7683532e authored by Michael Shigorin's avatar Michael Shigorin

lib/kernel.mk: single byte bugfix

Whoops, an overlooked character didn't bring too many things down but was a BUG indeed :-/
parent cf21fd42
......@@ -6,5 +6,5 @@ endif
ifeq (i586,$(ARCH))
BIGRAM := std-pae
else
BUGRAM := std-def
BIGRAM := std-def
endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment