summaryrefslogtreecommitdiffstats
path: root/loader
diff options
context:
space:
mode:
Diffstat (limited to 'loader')
-rw-r--r--loader/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/loader/Makefile b/loader/Makefile
index 031cbd750..9437599bd 100644
--- a/loader/Makefile
+++ b/loader/Makefile
@@ -36,6 +36,9 @@ CFLAGS = $(COPTS) $(OPTS) -ffunction-sections -D_GNU_SOURCE=1 -D_FILE_OFFSET_BIT
ifeq (i386, $(ARCH))
CFLAGS += -DGZLIB=1
endif
+ifeq (ppc, $(ARCH))
+CFLAGS += -DGZLIB=1
+endif
ALLOBJS = $(OBJS) $(PCMCIAOBJS)