diff options
| author | Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de> | 2002-09-02 04:24:32 -0500 |
|---|---|---|
| committer | Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de> | 2002-09-02 04:24:32 -0500 |
| commit | 010f40385fb482f83529522a6765e887b8080d95 (patch) | |
| tree | 2d50018e49ce35d2b40df8ceb7ef3ea6f8bfc709 /drivers/base | |
| parent | 65779f782ff80cc80a0ff289fe65bbff6469b970 (diff) | |
kbuild: Fix export-objs
Fix various Makefiles to really list the objects which use EXPORT_SYMBOL.
Patch by "Lightweight Patch Manager".
Diffstat (limited to 'drivers/base')
| -rw-r--r-- | drivers/base/fs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/base/fs/Makefile b/drivers/base/fs/Makefile index 814a2a7e6743..d4bcde25fda2 100644 --- a/drivers/base/fs/Makefile +++ b/drivers/base/fs/Makefile @@ -1,5 +1,5 @@ obj-y := device.o bus.o driver.o class.o intf.o -export-objs := device.o bus.o driver.o class.o intf.o +export-objs := device.o bus.o driver.o class.o include $(TOPDIR)/Rules.make |
