[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / prex-old / dev / power

File: [local] / prex-old / dev / power / Makefile (download)

Revision 1.1.1.1.2.1, Wed Aug 13 16:12:24 2008 UTC (15 years, 9 months ago) by nbrk
Branch: PREX_0_8_BASE
Changes since 1.1.1.1: +1 -1 lines

Prex 0.8.0 has been released. Branch off from vanilla PREX_0_7_BASE preparing
the tree for backporting my changes.

include $(SRCDIR)/mk/own.mk

ifeq ($(CONFIG_PM),y)
TARGET=		power.o
TYPE=		OBJECT
OBJS-y=		pm.o
OBJS-$(CONFIG_CPUFREQ)+=	cpufreq.o
endif

include $(SRCDIR)/mk/dev.mk