Makefile (128e3872b90b0da81dc8340f720c87d18955895e) | Makefile (606efbc7337d2068c2436e05284113fb7a8330f7) |
---|---|
1# 2# Copyright (c) 2016 Ian Lepore <ian@FreeBSD.org> 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 --- 19 unchanged lines hidden (view full) --- 28# 29# $FreeBSD$ 30# 31 32.PATH: ${.CURDIR}/../../../dev/gpio/ 33 34KMOD= gpiopps 35SRCS= gpiopps.c | 1# 2# Copyright (c) 2016 Ian Lepore <ian@FreeBSD.org> 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 --- 19 unchanged lines hidden (view full) --- 28# 29# $FreeBSD$ 30# 31 32.PATH: ${.CURDIR}/../../../dev/gpio/ 33 34KMOD= gpiopps 35SRCS= gpiopps.c |
36SRCS+= device_if.h bus_if.h gpio_if.h gpiobus_if.h opt_platform.h | 36SRCS+= device_if.h bus_if.h gpio_if.h gpiobus_if.h opt_platform.h ofw_bus_if.h |
37 38CFLAGS+= -I. -I${.CURDIR}/../../../dev/gpio/ 39 40.include <bsd.kmod.mk> | 37 38CFLAGS+= -I. -I${.CURDIR}/../../../dev/gpio/ 39 40.include <bsd.kmod.mk> |