summaryrefslogtreecommitdiff
path: root/tools/abi-checker/sample/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/abi-checker/sample/Makefile')
-rw-r--r--tools/abi-checker/sample/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/tools/abi-checker/sample/Makefile b/tools/abi-checker/sample/Makefile
deleted file mode 100644
index 4759f3cb804..00000000000
--- a/tools/abi-checker/sample/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-obj-m = sample_module.o
-
-all:
- make -C /usr/src/linux-kernel-build-3.10.19-tizen_defconfig.1 M=$(PWD) modules
-
-install:
- make -C /usr/src/linux-kernel-build-3.10.19-tizen_defconfig.1 M=$(PWD) modules_install
-
-clean:
- make -C /usr/src/linux-kernel-build-3.10.19-tizen_defconfig.1 M=$(PWD) clean
-
-