aboutsummaryrefslogtreecommitdiff
path: root/powerpc/mm/Makefile
diff options
context:
space:
mode:
authorArthur She <arthur.she@linaro.org>2014-09-18 11:25:00 -0700
committerArthur She <arthur.she@linaro.org>2014-09-18 11:25:00 -0700
commit10d00136a81eacb6068ad6f153e6f6983b1355c9 (patch)
treeb2ac61c7572a4bbb49aa5c871fe6f3fd68436db1 /powerpc/mm/Makefile
parent8d5e98a61f52513749e459c98bcafd060d88b79c (diff)
Update to 0111d0f13469831266d716e3b50d580a3e25cff9 from repo http://git.linaro.org/kernel/linux-linaro-stable.git branch linux-linaro-lsk-v3.140111d0f13469831266d716e3b50d580a3e25cff9linux-linaro-stable-3.14
Diffstat (limited to 'powerpc/mm/Makefile')
-rw-r--r--powerpc/mm/Makefile18
1 files changed, 0 insertions, 18 deletions
diff --git a/powerpc/mm/Makefile b/powerpc/mm/Makefile
deleted file mode 100644
index 357ccbd..0000000
--- a/powerpc/mm/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-noarg:
- $(MAKE) -C ../
-
-PROGS := hugetlb_vs_thp_test
-
-all: $(PROGS)
-
-$(PROGS): ../harness.c
-
-run_tests: all
- @-for PROG in $(PROGS); do \
- ./$$PROG; \
- done;
-
-clean:
- rm -f $(PROGS)
-
-.PHONY: all run_tests clean