-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 167862 b: refs/heads/master c: 171fb12 h: refs/heads/master v: v3
- Loading branch information
Stephen Rothwell
authored and
Benjamin Herrenschmidt
committed
Oct 27, 2009
1 parent
35c0fcc
commit 2a459a8
Showing
3 changed files
with
26 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 7abb840b496f834a71a8943bb189683da320f047 | ||
refs/heads/master: 171fb12570b479723c49ef9f8911e40e516f3394 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,9 @@ | ||
EXTRA_CFLAGS += -mno-minimal-toc | ||
|
||
extra-y += dt.o | ||
|
||
obj-y += exception.o | ||
obj-y += hvlog.o hvlpconfig.o lpardata.o setup.o dt_mod.o mf.o lpevents.o \ | ||
obj-y += hvlog.o hvlpconfig.o lpardata.o setup.o dt.o mf.o lpevents.o \ | ||
hvcall.o proc.o htab.o iommu.o misc.o irq.o | ||
obj-$(CONFIG_PCI) += pci.o | ||
obj-$(CONFIG_SMP) += smp.o | ||
obj-$(CONFIG_VIOPATH) += viopath.o vio.o | ||
obj-$(CONFIG_MODULES) += ksyms.o | ||
|
||
quiet_cmd_dt_strings = DT_STR $@ | ||
cmd_dt_strings = $(OBJCOPY) --rename-section .rodata.str1.8=.dt_strings \ | ||
$< $@ | ||
|
||
$(obj)/dt_mod.o: $(obj)/dt.o | ||
$(call if_changed,dt_strings) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters