summaryrefslogtreecommitdiff
path: root/samples/binderfs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'samples/binderfs/Makefile')
-rw-r--r--samples/binderfs/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/samples/binderfs/Makefile b/samples/binderfs/Makefile
index a3ac5476338a..989e4badaee2 100644
--- a/samples/binderfs/Makefile
+++ b/samples/binderfs/Makefile
@@ -1,6 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-only
-ifndef CROSS_COMPILE
-ifdef CONFIG_SAMPLE_ANDROID_BINDERFS
-hostprogs := binderfs_example
-endif
-endif
+userprogs := binderfs_example
+always-y := $(userprogs)
+
+userccflags += -I usr/include