Index: head/sys/modules/arm_ti/Makefile =================================================================== --- head/sys/modules/arm_ti/Makefile (nonexistent) +++ head/sys/modules/arm_ti/Makefile (revision 349096) @@ -0,0 +1,9 @@ +# $FreeBSD$ +# Build modules specific to Texas Instruments ARM SoCs. + +SUBDIR = \ + ../am335x_dmtpps \ + am335x_ehrpwm \ + ti_i2c \ + +.include Property changes on: head/sys/modules/arm_ti/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 Index: head/sys/modules/arm_ti/am335x_ehrpwm/Makefile =================================================================== --- head/sys/modules/arm_ti/am335x_ehrpwm/Makefile (nonexistent) +++ head/sys/modules/arm_ti/am335x_ehrpwm/Makefile (revision 349096) @@ -0,0 +1,16 @@ +# $FreeBSD$ + +.PATH: ${SRCTOP}/sys/arm/ti/am335x + +KMOD= am335x_ehrpwm +SRCS= am335x_ehrpwm.c + +# Generated files... +SRCS+= \ + bus_if.h \ + device_if.h \ + ofw_bus_if.h \ + pwmbus_if.h \ + +.include + Property changes on: head/sys/modules/arm_ti/am335x_ehrpwm/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 Index: head/sys/modules/arm_ti/ti_i2c/Makefile =================================================================== --- head/sys/modules/arm_ti/ti_i2c/Makefile (nonexistent) +++ head/sys/modules/arm_ti/ti_i2c/Makefile (revision 349096) @@ -0,0 +1,14 @@ +# $FreeBSD$ + +.PATH: ${SRCTOP}/sys/arm/ti + +KMOD= ti_i2c +SRCS= ti_i2c.c + +SRCS+= \ + bus_if.h \ + device_if.h \ + iicbus_if.h \ + ofw_bus_if.h \ + +.include Property changes on: head/sys/modules/arm_ti/ti_i2c/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 Index: head/sys/modules/ti/Makefile =================================================================== --- head/sys/modules/ti/Makefile (revision 349095) +++ head/sys/modules/ti/Makefile (revision 349096) @@ -1,8 +1,10 @@ # $FreeBSD$ +# Module for Alteon Networks Tigon PCI gigabit ethernet driver for FreeBSD. +# Modules for Texas Instruments ARM SoCs are located in sys/modules/arm_ti. .PATH: ${SRCTOP}/sys/dev/ti KMOD= if_ti SRCS= if_ti.c device_if.h bus_if.h pci_if.h opt_ti.h .include