summaryrefslogtreecommitdiffstats
path: root/loader/Makefile
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-09-13 18:56:25 +0000
committerMatt Wilson <msw@redhat.com>1999-09-13 18:56:25 +0000
commit770220d29752c637fda5ecc4072efce161b1499c (patch)
tree6a18d86ee6429d60d3c0340e499db8913a75f003 /loader/Makefile
parent5da684416bce7bae54b566ceee34198dcdc2e8a6 (diff)
downloadanaconda-770220d29752c637fda5ecc4072efce161b1499c.tar.gz
anaconda-770220d29752c637fda5ecc4072efce161b1499c.tar.xz
anaconda-770220d29752c637fda5ecc4072efce161b1499c.zip
jj patches, fixups for upgrade lilo stuff
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