mtd/util Makefile.am,1.1,1.2
David Woodhouse
dwmw2 at infradead.org
Wed Jan 1 09:56:05 EST 2003
Update of /home/cvs/mtd/util
In directory phoenix.infradead.org:/tmp/cvs-serv23139
Modified Files:
Makefile.am
Log Message:
Fix missing -DKERN_WARNING. The autocrap stuff needs to die.
Index: Makefile.am
===================================================================
RCS file: /home/cvs/mtd/util/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile.am 26 Jun 2001 08:26:53 -0000 1.1
+++ Makefile.am 1 Jan 2003 14:56:03 -0000 1.2
@@ -15,4 +15,4 @@
ln -sf @CONFIG_KERNELDIR@/fs/jffs2/$@ $@
compr.o: compr.c
- $(COMPILE) $(CFLAGS) $(INCLUDES) -Dprintk=printf -DKERN_NOTICE= -c -o $@ $<
+ $(COMPILE) $(CFLAGS) $(INCLUDES) -Dprintk=printf -DKERN_NOTICE= -DKERN_WARNING= -c -o $@ $<
More information about the linux-mtd-cvs
mailing list