• Patrick Mochel's avatar
    Add struct bus_type platform_bus and document its intentions. · 538588a7
    Patrick Mochel authored
    The platform bus is a pseudo-bus meant to group legacy devices. Not only 
    does it give legacy devices a common parent and bus type, it provides the
    necessary infrastructure to allow for firmware-based enumeration of the
    system's devices (using the platform's add() callback).
    538588a7
Makefile 244 Bytes
# Makefile for the Linux device tree

obj-y		:= core.o sys.o interface.o power.o bus.o \
			driver.o class.o intf.o platform.o

obj-y		+= fs/

export-objs	:= core.o power.o sys.o bus.o driver.o \
			class.o intf.o

include $(TOPDIR)/Rules.make