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 ...@@ -6,5 +6,5 @@ endif
ifeq (i586,$(ARCH)) ifeq (i586,$(ARCH))
BIGRAM := std-pae BIGRAM := std-pae
else else
BUGRAM := std-def BIGRAM := std-def
endif 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