Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86535
b: refs/heads/master
c: 4d94bf6
h: refs/heads/master
i:
  86533: bbb4f77
  86531: 9f93d7d
  86527: 88ffd7f
v: v3
  • Loading branch information
Mike Frysinger authored and Bryan Wu committed Feb 22, 2008
1 parent 1919d5c commit 36039a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: 7aa475cfb7030f491d040333a343d8c414765f1a
refs/heads/master: 4d94bf674683b0560720bdea3b0c5d4716e1abec
4 changes: 3 additions & 1 deletion trunk/arch/blackfin/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,10 @@ drivers-$(CONFIG_OPROFILE) += arch/$(ARCH)/oprofile/
# them changed. We use .mach to indicate when they were updated
# last, otherwise make uses the target directory mtime.

quiet_show_mach_symlink = echo ' SYMLINK include/asm-$(ARCH)/mach-$(MACHINE) -> include/asm-$(ARCH)/mach'
silent_show_mach_symlink = :
include/asm-blackfin/.mach: $(wildcard include/config/arch/*.h) include/config/auto.conf
@echo ' SYMLINK include/asm-$(ARCH)/mach-$(MACHINE) -> include/asm-$(ARCH)/mach'
@$($(quiet)show_mach_symlink)
ifneq ($(KBUILD_SRC),)
$(Q)mkdir -p include/asm-$(ARCH)
$(Q)ln -fsn $(srctree)/include/asm-$(ARCH)/mach-$(MACHINE) include/asm-$(ARCH)/mach
Expand Down

0 comments on commit 36039a5

Please sign in to comment.