Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 227647
b: refs/heads/master
c: 41263fc
h: refs/heads/master
i:
  227645: c469ca7
  227643: c821123
  227639: a68b95e
  227631: 68ac562
  227615: 490c5eb
  227583: c9211b4
v: v3
  • Loading branch information
Ben Gardiner authored and Michal Marek committed Dec 14, 2010
1 parent 515ab8c commit 0ad2732
Show file tree
Hide file tree
Showing 3 changed files with 3 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: ba9effa2ecdc08325bd297d541b4207b2df38184
refs/heads/master: 41263fc6716dea402125c95f38ed83ebf59d5172
1 change: 1 addition & 0 deletions trunk/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ ifeq ($(ARCH),m68knommu)
endif

KCONFIG_CONFIG ?= .config
export KCONFIG_CONFIG

# SHELL used by kbuild
CONFIG_SHELL := $(shell if [ -x "$$BASH" ]; then echo $$BASH; \
Expand Down
2 changes: 1 addition & 1 deletion trunk/kernel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ $(obj)/configs.o: $(obj)/config_data.h
# config_data.h contains the same information as ikconfig.h but gzipped.
# Info from config_data can be extracted from /proc/config*
targets += config_data.gz
$(obj)/config_data.gz: .config FORCE
$(obj)/config_data.gz: $(KCONFIG_CONFIG) FORCE
$(call if_changed,gzip)

quiet_cmd_ikconfiggz = IKCFG $@
Expand Down

0 comments on commit 0ad2732

Please sign in to comment.