#
# Makefile for software suspend.
#

O_TARGET    := swsusp.o

export-objs := main.o freeze_and_free.o

obj-$(CONFIG_SOFTWARE_SUSPEND) += main.o io.o ui.o pagedir.o freeze_and_free.o low_level_io.o proc.o range.o

include $(TOPDIR)/Rules.make
