6 lines
140 B
Makefile
6 lines
140 B
Makefile
|
KERNEL_H = \
|
||
|
$(top_srcdir)/include/os/freebsd/linux/compiler.h \
|
||
|
$(top_srcdir)/include/os/freebsd/linux/types.h
|
||
|
|
||
|
EXTRA_DIST = $(KERNEL_H)
|