diff options
Diffstat (limited to 'samples/Makefile')
-rw-r--r-- | samples/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/Makefile b/samples/Makefile index d0c9b3c67..48001d7e2 100644 --- a/samples/Makefile +++ b/samples/Makefile @@ -1,5 +1,5 @@ # Makefile for Linux samples code obj-$(CONFIG_SAMPLES) += kobject/ kprobes/ trace_events/ livepatch/ \ - hw_breakpoint/ kfifo/ kdb/ kdbus/ hidraw/ rpmsg/ \ - seccomp/ configfs/ + hw_breakpoint/ kfifo/ kdb/ hidraw/ rpmsg/ seccomp/ \ + configfs/ |