GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / avr32 / mach-at32ap / Makefile
blob514c9a9b009a2f09a6abae839cadc1f85da805f2
1 obj-y += pdc.o clock.o intc.o extint.o pio.o hsmc.o
2 obj-y += hmatrix.o
3 obj-$(CONFIG_CPU_AT32AP700X) += at32ap700x.o pm-at32ap700x.o
4 obj-$(CONFIG_CPU_FREQ_AT32AP) += cpufreq.o
5 obj-$(CONFIG_PM) += pm.o
7 ifeq ($(CONFIG_PM_DEBUG),y)
8 CFLAGS_pm.o += -DDEBUG
9 endif