diff options
Diffstat (limited to 'samples/kfifo/Makefile')
-rw-r--r-- | samples/kfifo/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/kfifo/Makefile b/samples/kfifo/Makefile new file mode 100644 index 0000000..bcc9484 --- /dev/null +++ b/samples/kfifo/Makefile @@ -0,0 +1 @@ +obj-$(CONFIG_SAMPLE_KFIFO) += bytestream-example.o dma-example.o inttype-example.o record-example.o |