Stephen Rothwell | 3a5f8c5 | 2005-10-11 19:40:20 +1000 | [diff] [blame] | 1 | EXTRA_CFLAGS += -mno-minimal-toc |
| 2 | |
Stephen Rothwell | 4eab0e6 | 2006-11-30 16:53:11 +1100 | [diff] [blame] | 3 | extra-y += dt.o |
| 4 | |
Stephen Rothwell | fc68e86 | 2007-08-22 13:44:58 +1000 | [diff] [blame] | 5 | obj-y += exception.o |
Stephen Rothwell | c4e3ea2 | 2006-05-19 17:04:48 +1000 | [diff] [blame] | 6 | obj-y += hvlog.o hvlpconfig.o lpardata.o setup.o dt_mod.o mf.o lpevents.o \ |
Stephen Rothwell | ee2cdec | 2006-01-12 13:54:20 +1100 | [diff] [blame] | 7 | hvcall.o proc.o htab.o iommu.o misc.o irq.o |
Stephen Rothwell | 1dee202 | 2007-12-07 16:10:22 +1100 | [diff] [blame] | 8 | obj-$(CONFIG_PCI) += pci.o |
Stephen Rothwell | b6b8681 | 2005-09-28 03:07:14 +1000 | [diff] [blame] | 9 | obj-$(CONFIG_SMP) += smp.o |
Stephen Rothwell | b833b48 | 2007-10-11 14:57:26 +1000 | [diff] [blame] | 10 | obj-$(CONFIG_VIOPATH) += viopath.o vio.o |
Stephen Rothwell | c111d0b | 2005-09-28 13:28:01 +1000 | [diff] [blame] | 11 | obj-$(CONFIG_MODULES) += ksyms.o |
Stephen Rothwell | c4e3ea2 | 2006-05-19 17:04:48 +1000 | [diff] [blame] | 12 | |
Stephen Rothwell | 4eab0e6 | 2006-11-30 16:53:11 +1100 | [diff] [blame] | 13 | quiet_cmd_dt_strings = DT_STR $@ |
| 14 | cmd_dt_strings = $(OBJCOPY) --rename-section .rodata.str1.8=.dt_strings \ |
| 15 | $< $@ |
| 16 | |
Stephen Rothwell | c4e3ea2 | 2006-05-19 17:04:48 +1000 | [diff] [blame] | 17 | $(obj)/dt_mod.o: $(obj)/dt.o |
Stephen Rothwell | 4eab0e6 | 2006-11-30 16:53:11 +1100 | [diff] [blame] | 18 | $(call if_changed,dt_strings) |