mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-15 15:06:42 +00:00
asmc build infrastructure.
Approved by: njl (mentor) Reviewed by: njl (mentor)
This commit is contained in:
parent
e702bc741c
commit
7124217701
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=173428
8
sys/modules/asmc/Makefile
Normal file
8
sys/modules/asmc/Makefile
Normal file
@ -0,0 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../../dev/asmc
|
||||
|
||||
KMOD= asmc
|
||||
SRCS= asmc.c bus_if.h device_if.h isa_if.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
Loading…
Reference in New Issue
Block a user