Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 297604
b: refs/heads/master
c: ddecdfc
h: refs/heads/master
v: v3
  • Loading branch information
Mircea Gherzan authored and Russell King committed Mar 24, 2012
1 parent da42a43 commit 8d4db0c
Show file tree
Hide file tree
Showing 6 changed files with 1,111 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: 09f05d8529ff4aa92311c1a55ce35ac98cb59b8c
refs/heads/master: ddecdfcea0ae891f782ae853771c867ab51024c2
1 change: 1 addition & 0 deletions trunk/arch/arm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ config ARM
select GENERIC_IRQ_SHOW
select CPU_PM if (SUSPEND || CPU_IDLE)
select GENERIC_PCI_IOMAP
select HAVE_BPF_JIT
help
The ARM series is a line of low-power-consumption RISC chip designs
licensed by ARM Ltd and targeted at embedded applications and
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/arm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ core-$(CONFIG_VFP) += arch/arm/vfp/

# If we have a machine-specific directory, then include it in the build.
core-y += arch/arm/kernel/ arch/arm/mm/ arch/arm/common/
core-y += arch/arm/net/
core-y += $(machdirs) $(platdirs)

drivers-$(CONFIG_OPROFILE) += arch/arm/oprofile/
Expand Down
3 changes: 3 additions & 0 deletions trunk/arch/arm/net/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# ARM-specific networking code

obj-$(CONFIG_BPF_JIT) += bpf_jit_32.o
Loading

0 comments on commit 8d4db0c

Please sign in to comment.