From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andi Kleen Subject: [PATCH 6/8] Clean regression test temp files Date: Wed, 14 Dec 2011 11:38:36 -0800 Message-ID: <1323891518-1493-6-git-send-email-andi@firstfloor.org> References: <1323891518-1493-1-git-send-email-andi@firstfloor.org> Return-path: In-Reply-To: <1323891518-1493-1-git-send-email-andi@firstfloor.org> Sender: linux-numa-owner@vger.kernel.org List-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: cpw@sgi.com Cc: linux-numa@vger.kernel.org, Andi Kleen From: Andi Kleen --- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index b9a60c8..010db18 100755 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ CLEANFILES := numactl.o libnuma.o numactl numademo numademo.o distance.o \ test/mbind_mig_pages test/migrate_pages \ migratepages migspeed migspeed.o libnuma.a \ test/move_pages test/realloc_test sysfs.o affinity.o \ - test/node-parse rtnetlink.o + test/node-parse rtnetlink.o test/A SOURCES := bitops.c libnuma.c distance.c memhog.c numactl.c numademo.c \ numamon.c shm.c stream_lib.c stream_main.c syscall.c util.c mt.c \ clearcache.c test/*.c affinity.c sysfs.c rtnetlink.c -- 1.7.5.4