summaryrefslogtreecommitdiffstats
path: root/loader/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'loader/Makefile')
-rw-r--r--loader/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/loader/Makefile b/loader/Makefile
index fad6e76a1..3163742a1 100644
--- a/loader/Makefile
+++ b/loader/Makefile
@@ -11,7 +11,9 @@ SOURCES = $(subst .o,.c,$(OBJS) $(LOADEROBJS))
BINS = init
DIRS =
NETOBJS = net.o
+ifeq (i386, $(ARCH))
KON = 1
+endif
PCMCIAOBJS = pcmcia.o $(NETOBJS)
OPTS = -O2 -g