Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 71520
b: refs/heads/master
c: 267c402
h: refs/heads/master
v: v3
  • Loading branch information
Mathieu Desnoyers authored and Linus Torvalds committed Oct 19, 2007
1 parent 1364ee0 commit fe76301
Show file tree
Hide file tree
Showing 4 changed files with 17 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: 8256e47cdc8923e9959eb1d7f95d80da538add80
refs/heads/master: 267c4025f2e198a4e551556a6db31a554ca51814
3 changes: 3 additions & 0 deletions trunk/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -773,6 +773,9 @@ endef
vmlinux: $(vmlinux-lds) $(vmlinux-init) $(vmlinux-main) $(kallsyms.o) vmlinux.o FORCE
ifdef CONFIG_HEADERS_CHECK
$(Q)$(MAKE) -f $(srctree)/Makefile headers_check
endif
ifdef CONFIG_SAMPLES
$(Q)$(MAKE) $(build)=samples
endif
$(call vmlinux-modpost)
$(call if_changed_rule,vmlinux__)
Expand Down
2 changes: 2 additions & 0 deletions trunk/lib/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -498,3 +498,5 @@ config FAULT_INJECTION_STACKTRACE_FILTER
select FRAME_POINTER
help
Provide stacktrace filter for fault-injection capabilities

source "samples/Kconfig"
11 changes: 11 additions & 0 deletions trunk/samples/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# samples/Kconfig

menuconfig SAMPLES
bool "Sample kernel code"
help
You can build and test sample kernel code here.

if SAMPLES


endif # SAMPLES

0 comments on commit fe76301

Please sign in to comment.