Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180873
b: refs/heads/master
c: 3cebbb8
h: refs/heads/master
i:
  180871: 2e88073
v: v3
  • Loading branch information
Michal Marek authored and Steven Rostedt committed Feb 3, 2010
1 parent 960850b commit 5e4c70d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 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: 615f0833aa4c4aa944ceb78895bbffa8bd1884df
refs/heads/master: 3cebbb81c7e75321e25cc586d07a25a3d98278fc
9 changes: 4 additions & 5 deletions trunk/scripts/kconfig/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,10 @@ silentoldconfig: $(obj)/conf

# if no path is given, then use src directory to find file
ifdef LSMOD
LSMOD_F = $(shell if [ `basename $(LSMOD)` == $(LSMOD) ]; then \
echo $(objtree)/$(LSMOD); \
else \
echo $(LSMOD); \
fi)
LSMOD_F := $(LSMOD)
ifeq ($(findstring /,$(LSMOD)),)
LSMOD_F := $(objtree)/$(LSMOD)
endif
endif

localmodconfig: $(obj)/streamline_config.pl $(obj)/conf
Expand Down

0 comments on commit 5e4c70d

Please sign in to comment.