Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200343
b: refs/heads/master
c: 607b30f
h: refs/heads/master
i:
  200341: 6520705
  200339: 9e833b9
  200335: 678a113
v: v3
  • Loading branch information
Michal Marek committed Jun 10, 2010
1 parent d018aa7 commit d36b63e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2da30e703c5a56e27249fa8b8607708123fa52f5
refs/heads/master: 607b30fcf20c6e5339591692db6ffa0b15e041a0
5 changes: 5 additions & 0 deletions trunk/scripts/Makefile.modbuiltin
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ __modbuiltin:

include scripts/Kbuild.include

ifneq ($(KBUILD_SRC),)
# Create output directory if not already present
_dummy := $(shell [ -d $(obj) ] || mkdir -p $(obj))
endif

# The filename Kbuild has precedence over Makefile
kbuild-dir := $(if $(filter /%,$(src)),$(src),$(srctree)/$(src))
kbuild-file := $(if $(wildcard $(kbuild-dir)/Kbuild),$(kbuild-dir)/Kbuild,$(kbuild-dir)/Makefile)
Expand Down

0 comments on commit d36b63e

Please sign in to comment.