Index: head/sys/modules/allwinner/Makefile =================================================================== --- head/sys/modules/allwinner/Makefile (revision 346697) +++ head/sys/modules/allwinner/Makefile (revision 346698) @@ -1,13 +1,14 @@ # $FreeBSD$ # Build modules specific to Allwinner. SUBDIR = \ + aw_pwm \ aw_rtc \ aw_rsb \ aw_sid \ aw_spi \ aw_thermal \ axp81x \ if_awg .include Index: head/sys/modules/allwinner/aw_pwm/Makefile =================================================================== --- head/sys/modules/allwinner/aw_pwm/Makefile (nonexistent) +++ head/sys/modules/allwinner/aw_pwm/Makefile (revision 346698) @@ -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 Property changes on: head/sys/modules/allwinner/aw_pwm/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property