summaryrefslogtreecommitdiffstats
path: root/loader2/Makefile
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2006-06-26 15:01:37 +0000
committerPeter Jones <pjones@redhat.com>2006-06-26 15:01:37 +0000
commit5e02daa09efa156a1465e12a432ab7c05c51c68b (patch)
tree40157a6363c911783d38921b1303ccbb882a14f1 /loader2/Makefile
parent449c0b5eaf6b6f7b83690a422a98b8bdacb044e2 (diff)
downloadanaconda-5e02daa09efa156a1465e12a432ab7c05c51c68b.tar.gz
anaconda-5e02daa09efa156a1465e12a432ab7c05c51c68b.tar.xz
anaconda-5e02daa09efa156a1465e12a432ab7c05c51c68b.zip
- get rid of diet.
Diffstat (limited to 'loader2/Makefile')
-rw-r--r--loader2/Makefile19
1 files changed, 1 insertions, 18 deletions
diff --git a/loader2/Makefile b/loader2/Makefile
index 03489786d..fe4466243 100644
--- a/loader2/Makefile
+++ b/loader2/Makefile
@@ -38,12 +38,7 @@ NETOBJS = net.o urls.o ftp.o telnet.o telnetd.o
PCMCIAOBJS = pcmcia.o $(NETOBJS)
SOURCES = $(subst .o,.c,$(OBJS)) loader.c
-HWLIBS = -lkudzu_loader
-ifeq (1, $(USEDIET))
-HWLIBS += -lpci_loader
-else
-HWLIBS += -lpci
-endif
+HWLIBS = -lkudzu_loader -lpci
# NSS linker flags
NSSFLAGS = -Wl,-rpath-link,/nss
@@ -52,19 +47,7 @@ CFLAGS += -DUSE_LOGDEV -DVERSION='"$(VERSION)"'
STATIC = -static
REALCC=gcc
-ifeq (1, $(USEDIET))
-CFLAGS += -DGZLIB=1 -DDIET=1
-DIET=diet
-CC=$(DIET) $(REALCC)
-ISYSLIB = ../isys/libisys-diet.a
-GUNZIP = ../isys/gzlib/libgunzip-diet.a
-
-OBJS += dietstubs.o ctype.o
-ISYSLIB += -lrpc
-CTYPEDEP = ctype.c
-else
UNICODELIB = ../stubs/libunicode-lite.a
-endif
# linuxrc + shutdown on s390, init everywhere else
ifneq (,$(filter s390 s390x,$(ARCH)))