diff options
Diffstat (limited to 'include/os/freebsd/linux/Makefile.am')
| -rw-r--r-- | include/os/freebsd/linux/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/os/freebsd/linux/Makefile.am b/include/os/freebsd/linux/Makefile.am new file mode 100644 index 000000000000..00cff7f5dc65 --- /dev/null +++ b/include/os/freebsd/linux/Makefile.am @@ -0,0 +1,5 @@ +KERNEL_H = \ + compiler.h \ + types.h + +noinst_HEADERS = $(KERNEL_H) |
