6 lines
66 B
Makefile
6 lines
66 B
Makefile
|
KERNEL_H = \
|
||
|
compiler.h \
|
||
|
types.h
|
||
|
|
||
|
noinst_HEADERS = $(KERNEL_H)
|