Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 359213
b: refs/heads/master
c: 9b58b92
h: refs/heads/master
i:
  359211: f78a630
v: v3
  • Loading branch information
Jesper Nilsson authored and Michal Marek committed Feb 22, 2013
1 parent 5bee08a commit cefd770
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 03b25b47e0f4ebf3d37ace065c3847230ebdd27d
refs/heads/master: 9b58b9281d296d8e679e394d2aa5a02102dd8fe8
6 changes: 3 additions & 3 deletions trunk/scripts/Makefile.headersinst
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
#
# ==========================================================================

# called may set destination dir (when installing to asm/)
_dst := $(or $(destination-y),$(dst),$(obj))

# generated header directory
gen := $(if $(gen),$(gen),$(subst include/,include/generated/,$(obj)))

kbuild-file := $(srctree)/$(obj)/Kbuild
include $(kbuild-file)

# called may set destination dir (when installing to asm/)
_dst := $(or $(destination-y),$(dst),$(obj))

old-kbuild-file := $(srctree)/$(subst uapi/,,$(obj))/Kbuild
ifneq ($(wildcard $(old-kbuild-file)),)
include $(old-kbuild-file)
Expand Down

0 comments on commit cefd770

Please sign in to comment.