Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 347269
b: refs/heads/master
c: 055d4db
h: refs/heads/master
i:
  347267: 20e104c
v: v3
  • Loading branch information
Max Filippov authored and Chris Zankel committed Dec 19, 2012
1 parent 2056427 commit c7bf75e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 33c760fbb7a8fa46314437746dd7f5540da5498e
refs/heads/master: 055d4db1e1ef6f983c3565110fbe6737087e9103
2 changes: 1 addition & 1 deletion trunk/arch/xtensa/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ core-y += $(buildvar) $(buildplf)
libs-y += arch/xtensa/lib/ $(LIBGCC)

ifneq ($(CONFIG_BUILTIN_DTB),"")
core-y += arch/xtensa/boot/
core-$(CONFIG_OF) += arch/xtensa/boot/
endif

boot := arch/xtensa/boot
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/xtensa/boot/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ bootdir-$(CONFIG_XTENSA_PLATFORM_XTFPGA) += boot-redboot boot-elf boot-uboot

BUILTIN_DTB := $(patsubst "%",%,$(CONFIG_BUILTIN_DTB)).dtb.o
ifneq ($(CONFIG_BUILTIN_DTB),"")
obj-y += $(BUILTIN_DTB)
obj-$(CONFIG_OF) += $(BUILTIN_DTB)
endif

# Rule to build device tree blobs
Expand Down

0 comments on commit c7bf75e

Please sign in to comment.