From: Tim R. <tim...@us...> - 2002-04-26 04:46:18
|
Update of /cvsroot/blob/blob/utils/test In directory usw-pr-cvs1:/tmp/cvs-serv29848/utils/test Modified Files: Makefile Log Message: try to get user space working again Index: Makefile =================================================================== RCS file: /cvsroot/blob/blob/utils/test/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Makefile 14 Feb 2002 09:59:34 -0000 1.1 +++ Makefile 26 Apr 2002 04:46:15 -0000 1.2 @@ -1,22 +1,28 @@ -DEFS = -DHAVE_CONFIG_H -I/usr/include -I. -I../../include +DEFS = -DHAVE_CONFIG_H -I../../include -I/usr/include -I. -I/home/timr/work/shannon/buildroot-tux/build/linux/include load_kernel_test_OBJECTS = \ load_kernel.o \ load_kernel_test.o \ mini_inflate.o \ +error.o \ +util.o \ jffs2.o \ compr_rtime.o \ compr_rubin.o \ -compr_zlib.o \ -cramfs.o zImage.o crc32.o +cramfs.o \ +zImage.o \ +crc32.o load_kernel_test_extra_SOURCES = \ mini_inflate.c \ +error.c \ +util.c \ jffs2.c \ compr_rtime.c \ compr_rubin.c \ -compr_zlib.c \ -cramfs.c zImage.c crc32.c +cramfs.c \ +zImage.c \ +crc32.c CC=gcc |