From c2745b603cfacbc6070ba4da72bcb3e8c4900e28 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 20 Jun 2000 15:44:53 +0000 Subject: 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. --- drivers/char/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/char') 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 -- cgit v1.2.3