arm: allwinner: aw_pwm: compile it as module too
MFC after: 1 month
This commit is contained in:
parent
3de3007594
commit
16de4430fe
@ -2,6 +2,7 @@
|
||||
# Build modules specific to Allwinner.
|
||||
|
||||
SUBDIR = \
|
||||
aw_pwm \
|
||||
aw_rtc \
|
||||
aw_rsb \
|
||||
aw_sid \
|
||||
|
15
sys/modules/allwinner/aw_pwm/Makefile
Normal file
15
sys/modules/allwinner/aw_pwm/Makefile
Normal file
@ -0,0 +1,15 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.PATH: ${SRCTOP}/sys/arm/allwinner
|
||||
|
||||
KMOD= aw_pwm
|
||||
SRCS= aw_pwm.c
|
||||
|
||||
SRCS+= \
|
||||
bus_if.h \
|
||||
clknode_if.h \
|
||||
device_if.h \
|
||||
ofw_bus_if.h \
|
||||
pwm_if.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
Loading…
Reference in New Issue
Block a user