Noted by Keith Owens.
obj-y += irq.o common.o
endif # CONFIG_VISWS
-export-objs += $(obj-y)
-
include $(TOPDIR)/Rules.make
obj-y := core.o sys.o interface.o fs.o power.o
-export-objs := $(obj-y)
+export-objs := core.o fs.o power.o sys.o
include $(TOPDIR)/Rules.make
O_TARGET := driver.o
+export-objs := access.o hotplug.o pci-driver.o pci.o pool.o probe.o proc.o search.o
+
obj-y += access.o probe.o pci.o pool.o quirks.o \
compat.o names.o pci-driver.o search.o
obj-$(CONFIG_PM) += power.o
obj-y += syscall.o
endif
-export-objs := $(obj-y)
-
include $(TOPDIR)/Rules.make
names.o: names.c devlist.h classlist.h
# Makefile for native language support
#
+O_TARGET = nls.o
+export-objs := nls_base.o
+
obj-y := nls_base.o
obj-m :=
obj-n :=
obj-$(CONFIG_NLS_ABC) += nls_abc.o
obj-$(CONFIG_NLS_UTF8) += nls_utf8.o
-export-objs = $(obj-y)
-
-O_TARGET = nls.o
-
include $(TOPDIR)/Rules.make