Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 311111
b: refs/heads/master
c: 0eff08b
h: refs/heads/master
i:
  311109: 88cb87d
  311107: 40690be
  311103: 1583e84
v: v3
  • Loading branch information
Geert Uytterhoeven authored and Linus Torvalds committed Jun 20, 2012
1 parent 96cea73 commit 28263cc
Show file tree
Hide file tree
Showing 2 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: 5e7b6ed8e9bf3c8e3bb579fd0aec64f6526f8c81
refs/heads/master: 0eff08b5d1bf4b30f1a549a58c85806748256b18
4 changes: 2 additions & 2 deletions trunk/arch/xtensa/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ endif

# Only build variant and/or platform if it includes a Makefile

buildvar := $(shell test -a $(srctree)/arch/xtensa/variants/$(VARIANT)/Makefile && echo arch/xtensa/variants/$(VARIANT)/)
buildplf := $(shell test -a $(srctree)/arch/xtensa/platforms/$(PLATFORM)/Makefile && echo arch/xtensa/platforms/$(PLATFORM)/)
buildvar := $(shell test -e $(srctree)/arch/xtensa/variants/$(VARIANT)/Makefile && echo arch/xtensa/variants/$(VARIANT)/)
buildplf := $(shell test -e $(srctree)/arch/xtensa/platforms/$(PLATFORM)/Makefile && echo arch/xtensa/platforms/$(PLATFORM)/)

# Find libgcc.a

Expand Down

0 comments on commit 28263cc

Please sign in to comment.