summaryrefslogtreecommitdiffstats
path: root/loader/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'loader/Makefile')
-rw-r--r--loader/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/loader/Makefile b/loader/Makefile
index e9af5797c..7e3697670 100644
--- a/loader/Makefile
+++ b/loader/Makefile
@@ -9,6 +9,7 @@ SOURCES = $(subst .o,.c,$(OBJS) $(LOADEROBJS))
BINS = init
DIRS =
NETOBJS = net.o
+KON = 1
PCMCIAOBJS = pcmcia.o $(NETOBJS)
ALLOBJS = $(OBJS) $(PCMCIAOBJS)
@@ -19,6 +20,10 @@ DIRS += pcmcia-install
OBJS += stubs.o
endif
+ifeq (1, $(KON))
+OBJS += ./kon2/src/libkon.a ./kon2/src/display.a ./kon2/lib/libgon.a
+endif
+
ifeq (alpha, $(ARCH))
BINS += loader
endif