~ubuntu-branches/ubuntu/utopic/linux-ti-omap/utopic

« back to all changes in this revision

Viewing changes to net/rxrpc/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Amit Kucheria, Amit Kucheria
  • Date: 2010-03-10 02:28:15 UTC
  • Revision ID: james.westby@ubuntu.com-20100310022815-7sd3gwvn5kenaq33
Tags: 2.6.33-500.1
[ Amit Kucheria ]

* Initial release of a 2.6.33-based OMAP kernel
* UBUNTU: [Upstream] Fix omap 1-wire driver compilation
* UBUNTU: ubuntu: AppArmor -- update to mainline 2010-03-04

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# Makefile for Linux kernel RxRPC
 
3
#
 
4
 
 
5
af-rxrpc-objs := \
 
6
        af_rxrpc.o \
 
7
        ar-accept.o \
 
8
        ar-ack.o \
 
9
        ar-call.o \
 
10
        ar-connection.o \
 
11
        ar-connevent.o \
 
12
        ar-error.o \
 
13
        ar-input.o \
 
14
        ar-key.o \
 
15
        ar-local.o \
 
16
        ar-output.o \
 
17
        ar-peer.o \
 
18
        ar-recvmsg.o \
 
19
        ar-security.o \
 
20
        ar-skbuff.o \
 
21
        ar-transport.o
 
22
 
 
23
ifeq ($(CONFIG_PROC_FS),y)
 
24
af-rxrpc-objs += ar-proc.o
 
25
endif
 
26
 
 
27
obj-$(CONFIG_AF_RXRPC) += af-rxrpc.o
 
28
 
 
29
obj-$(CONFIG_RXKAD) += rxkad.o