#
# Makefile for Fast Power off
#
# 15 Jan. 2007 Armin Kuster <akuster@xxxxxxxxxx>
#

obj-$(CONFIG_FAST_POWER_OFF) := fpo.o

obj-$(CONFIG_FAST_POWER_DOWN) += fastoffdrv.o

obj-$(CONFIG_FAST_REBOOT) += fastreboot.o


