diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-06-20 15:44:53 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-06-20 15:44:53 +0000 |
commit | c2745b603cfacbc6070ba4da72bcb3e8c4900e28 (patch) | |
tree | f167275143a0ea867af2a6577d025e061f21a855 /drivers/char/Makefile | |
parent | 212ebb4f4ded3e357b51a5032e04ab87f1613eeb (diff) |
Fix struct stat64 in the 32-bit kernel and struct stat in the 64-bit
kernel to match each other and the the glibc definition. The glibc
part of this change has been sent to Andreas.
Diffstat (limited to 'drivers/char/Makefile')
-rw-r--r-- | drivers/char/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/Makefile b/drivers/char/Makefile index cf145729a..f5f7d459e 100644 --- a/drivers/char/Makefile +++ b/drivers/char/Makefile @@ -319,7 +319,7 @@ obj-$(L_DECODERS) += saa7110.o saa7111.o saa7185.o obj-$(L_I2C) += i2c-old.o ifeq ($(CONFIG_DZ),y) - L_OBJS += dz.o + obj-$(CONFIG_DZ) += dz.o endif obj-$(CONFIG_NWBUTTON) += nwbutton.o |