aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael J. Wysocki <rjw@sisk.pl>2007-09-03 08:27:10 +0000
committerRafael J. Wysocki <rjw@sisk.pl>2007-09-03 08:27:10 +0000
commite3bdcb46d0b0e119093147154b00b10100caa2df (patch)
tree08e356e46519045f5a495f2406a8d7ae36931c5d
parent5c74f97a301cf9e38717865d1a124cf0bfacdd6a (diff)
downloadsuspend-utils-e3bdcb46d0b0e119093147154b00b10100caa2df.tar.gz
Makefile fix.
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 973ebd1..4fa6607 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,8 @@ SWSUSP_LD_FLAGS = $(LD_FLAGS)
ifeq ($(ARCH), x86)
S2RAM_OBJ += s2ram-x86.o whitelist.o dmidecode.o radeontool.o vbetool/vbetool.o
S2RAM_LD_FLAGS += -lx86 -lpci -lz
-else ifeq ($(ARCH), ppc)
+endif
+ifeq ($(ARCH), ppc)
S2RAM_OBJ += s2ram-ppc.o
endif