summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2010-04-01 10:07:20 +0200
committerDavid Sommerseth <dazo@users.sourceforge.net>2010-04-01 10:07:20 +0200
commite4ac6d8be6631847da7cc848f31313de93c1068c (patch)
treeb18fb8e919df8c456bb1adde6f1576adae0c4f3c /Makefile
parent89fb1a5ae9775dcb38cdf05638e7c69176a4efd6 (diff)
downloadrteval-e4ac6d8be6631847da7cc848f31313de93c1068c.tar.gz
rteval-e4ac6d8be6631847da7cc848f31313de93c1068c.tar.xz
rteval-e4ac6d8be6631847da7cc848f31313de93c1068c.zip
Remember to also package rteval/cputopology.py
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2af2196..6707d99 100644
--- a/Makefile
+++ b/Makefile
@@ -3,6 +3,7 @@ PACKAGE := rteval
VERSION := $(shell awk '/Version:/ { print $$2 }' ${PACKAGE}.spec | head -n 1)
D := 10
PYSRC := rteval/rteval.py \
+ rteval/cputopology.py \
rteval/cyclictest.py \
rteval/dmi.py \
rteval/hackbench.py \