Makefile revision 256281
171867Smsmith#
267754Smsmith# Copyright (c) 2012 Adrian Chadd, Xenion Pty Ltd
367754Smsmith# All rights reserved.
471867Smsmith#
567754Smsmith# Redistribution and use in source and binary forms, with or without
667754Smsmith# modification, are permitted provided that the following conditions
767754Smsmith# are met:
867754Smsmith# 1. Redistributions of source code must retain the above copyright
967754Smsmith#    notice, this list of conditions and the following disclaimer,
1067754Smsmith#    without modification.
1167754Smsmith# 2. Redistributions in binary form must reproduce at minimum a disclaimer
12193267Sjkim#    similar to the "NO WARRANTY" disclaimer below ("Disclaimer") and any
1370243Smsmith#    redistribution must be conditioned upon including a substantially
1467754Smsmith#    similar Disclaimer requirement for further binary redistribution.
1567754Smsmith#
1667754Smsmith# NO WARRANTY
1767754Smsmith# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1867754Smsmith# ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1967754Smsmith# LIMITED TO, THE IMPLIED WARRANTIES OF NONINFRINGEMENT, MERCHANTIBILITY
2067754Smsmith# AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
2167754Smsmith# THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR SPECIAL, EXEMPLARY,
2267754Smsmith# OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
2367754Smsmith# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
2467754Smsmith# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
2567754Smsmith# IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2667754Smsmith# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
2767754Smsmith# THE POSSIBILITY OF SUCH DAMAGES.
2867754Smsmith#
2967754Smsmith# $FreeBSD: stable/10/sys/modules/gpio/gpiobus/Makefile 230150 2012-01-15 19:40:59Z adrian $
3067754Smsmith#
3167754Smsmith
3267754Smsmith.PATH:	${.CURDIR}/../../../dev/gpio/
3367754Smsmith
3467754SmsmithKMOD=	gpiobus
3567754SmsmithSRCS=	gpiobus.c
3667754SmsmithSRCS+=	device_if.h bus_if.h gpio_if.h gpiobus_if.h
3767754Smsmith
3867754SmsmithCFLAGS+=  -I. -I${.CURDIR}/../../../dev/gpio/
3967754Smsmith
4067754Smsmith.include <bsd.kmod.mk>
4167754Smsmith