mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-20 02:34:23 +08:00
c26afe9e85
Add a new udbg driver for the PS3 gelic Ehthernet device. This driver shares only a few stucture and constant definitions with the gelic Ethernet device driver, so is implemented as a stand-alone driver with no dependencies on the gelic Ethernet device driver. Signed-off-by: Hector Martin <hector@marcansoft.com> Signed-off-by: Andre Heider <a.heider@gmail.com> Signed-off-by: Geoff Levand <geoff@infradead.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
9 lines
248 B
Makefile
9 lines
248 B
Makefile
obj-y += setup.o mm.o time.o hvcall.o htab.o repository.o
|
|
obj-y += interrupt.o exports.o os-area.o
|
|
obj-y += system-bus.o
|
|
|
|
obj-$(CONFIG_PS3GELIC_UDBG) += gelic_udbg.o
|
|
obj-$(CONFIG_SMP) += smp.o
|
|
obj-$(CONFIG_SPU_BASE) += spu.o
|
|
obj-y += device-init.o
|