# builds the writer-biased rwlock example kernel modules;
# then to use one (as root):  insmod <module_name.ko>

obj-$(CONFIG_SAMPLE_PSRWLOCK) += psrwlock_example.o
