tests: add armv7 debug test and a register dumper
[pandora-misc.git] / tests / mod_en_perf / Makefile
1 ifdef CROSS_COMPILE
2 BASE ?= /home/notaz/dev/pnd/kernel/pandora-kernel
3 modtest-objs += mod_test2.o
4 else
5 RELEASE = $(shell uname -r)
6 BASE = /lib/modules/$(RELEASE)/build
7 endif
8
9 obj-m += modtest.o
10 modtest-objs += mod_test.o
11
12
13 all:
14         make -C $(BASE) M=$(PWD) modules
15
16 clean:
17         make -C $(BASE) M=$(PWD) clean
18         $(RM) modules.order
19