Revision 1e6c5c4e4c98af5f9e905b860f4536dcc8e92402 authored by Linus Torvalds on 24 February 2010, 18:51:21 UTC, committed by Linus Torvalds on 24 February 2010, 18:51:21 UTC
* 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6:
  parisc: Set PCI CLS early in boot.
2 parent s 46fe243 + 5fd4514
Raw File
Makefile
obj-$(CONFIG_PHONET) += phonet.o pn_pep.o

phonet-objs := \
	pn_dev.o \
	pn_netlink.o \
	socket.o \
	datagram.o \
	sysctl.o \
	af_phonet.o

pn_pep-objs := pep.o pep-gprs.o
back to top