2005-11-23 17:58:13 +11:00
|
|
|
CFLAGS_bootx_init.o += -fPIC
|
|
|
|
|
2008-10-06 19:06:12 -04:00
|
|
|
ifdef CONFIG_FUNCTION_TRACER
|
2008-05-14 23:49:44 -04:00
|
|
|
# Do not trace early boot code
|
2008-09-02 16:50:38 +10:00
|
|
|
CFLAGS_REMOVE_bootx_init.o = -pg -mno-sched-epilog
|
2008-05-14 23:49:44 -04:00
|
|
|
endif
|
|
|
|
|
2005-10-22 16:02:39 +10:00
|
|
|
obj-y += pic.o setup.o time.o feature.o pci.o \
|
2006-01-07 11:41:02 +11:00
|
|
|
sleep.o low_i2c.o cache.o pfunc_core.o \
|
2008-08-02 02:44:11 +10:00
|
|
|
pfunc_base.o udbg_scc.o udbg_adb.o
|
2005-10-10 22:13:53 +10:00
|
|
|
obj-$(CONFIG_PMAC_BACKLIGHT) += backlight.o
|
2011-03-30 22:57:33 -03:00
|
|
|
# CONFIG_NVRAM is an arch. independent tristate symbol, for pmac32 we really
|
2008-04-29 11:42:32 +10:00
|
|
|
# need this to be a bool. Cheat here and pretend CONFIG_NVRAM=m is really
|
|
|
|
# CONFIG_NVRAM=y
|
|
|
|
obj-$(CONFIG_NVRAM:m=y) += nvram.o
|
2005-10-22 16:02:39 +10:00
|
|
|
# ppc64 pmac doesn't define CONFIG_NVRAM but needs nvram stuff
|
|
|
|
obj-$(CONFIG_PPC64) += nvram.o
|
2005-11-23 17:58:13 +11:00
|
|
|
obj-$(CONFIG_PPC32) += bootx_init.o
|
2005-10-10 22:13:53 +10:00
|
|
|
obj-$(CONFIG_SMP) += smp.o
|