4 lines
69 B
Makefile
4 lines
69 B
Makefile
# head sources
|
|
.PATH: ${.CURDIR}/arch/${ARCH}/head
|
|
|
|
SRCS+= em_head.s
|