summaryrefslogtreecommitdiff
path: root/samples/statx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'samples/statx/Makefile')
-rw-r--r--samples/statx/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/samples/statx/Makefile b/samples/statx/Makefile
deleted file mode 100644
index 1f80a3d8cf45..000000000000
--- a/samples/statx/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-# kbuild trick to avoid linker error. Can be omitted if a module is built.
-obj- := dummy.o
-
-# List of programs to build
-hostprogs-$(CONFIG_SAMPLE_STATX) := test-statx
-
-# Tell kbuild to always build the programs
-always := $(hostprogs-y)
-
-HOSTCFLAGS_test-statx.o += -I$(objtree)/usr/include