Makefile (6cec9cad762b6476313fb1f8e931a1647822db6b) Makefile (1dd2aa86b99c9a856f4fba32675c2774f28f3a1b)
1#
2# Copyright (c) 2012 Adrian Chadd, Xenion Pty Ltd
3# All rights reserved.
4#
5# Redistribution and use in source and binary forms, with or without
6# modification, are permitted provided that the following conditions
7# are met:
8# 1. Redistributions of source code must retain the above copyright

--- 18 unchanged lines hidden (view full) ---

27# THE POSSIBILITY OF SUCH DAMAGES.
28#
29# $FreeBSD$
30#
31
32.PATH: ${.CURDIR}/../../../dev/gpio/
33
34KMOD= gpiobus
1#
2# Copyright (c) 2012 Adrian Chadd, Xenion Pty Ltd
3# All rights reserved.
4#
5# Redistribution and use in source and binary forms, with or without
6# modification, are permitted provided that the following conditions
7# are met:
8# 1. Redistributions of source code must retain the above copyright

--- 18 unchanged lines hidden (view full) ---

27# THE POSSIBILITY OF SUCH DAMAGES.
28#
29# $FreeBSD$
30#
31
32.PATH: ${.CURDIR}/../../../dev/gpio/
33
34KMOD= gpiobus
35SRCS= gpiobus.c
36SRCS+= device_if.h bus_if.h gpio_if.h gpiobus_if.h opt_platform.h
35SRCS= gpiobus.c gpioc.c
36SRCS+= gpio_if.c gpio_if.h gpiobus_if.c gpiobus_if.h
37SRCS+= device_if.h bus_if.h opt_platform.h
37
38CFLAGS+= -I. -I${.CURDIR}/../../../dev/gpio/
39
40.include <bsd.kmod.mk>
38
39CFLAGS+= -I. -I${.CURDIR}/../../../dev/gpio/
40
41.include <bsd.kmod.mk>