samples: seccomp: turn CONFIG_SAMPLE_SECCOMP into a bool option
[linux-2.6-microblaze.git] / samples / seccomp / Makefile
index fb43a81..00e0b5e 100644 (file)
@@ -40,5 +40,5 @@ HOSTLDLIBS_bpf-fancy += $(MFLAG)
 HOSTLDLIBS_dropper += $(MFLAG)
 HOSTLDLIBS_user-trap += $(MFLAG)
 endif
-always := $(hostprogs-m)
+always := $(hostprogs-y)
 endif