Makefile (6c6f602b53a7cfcc5ec9faea2f7e95f7aef72d52) | Makefile (606efbc7337d2068c2436e05284113fb7a8330f7) |
---|---|
1# 2# Copyright (c) 2016 Adrian Chadd <adrian@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 --- 20 unchanged lines hidden (view full) --- 29# $FreeBSD$ 30# 31 32.PATH: ${.CURDIR}/../../../dev/gpio/ 33 34KMOD= gpiospi 35SRCS= gpiospi.c 36SRCS+= device_if.h bus_if.h gpio_if.h gpiobus_if.h spibus_if.h | 1# 2# Copyright (c) 2016 Adrian Chadd <adrian@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 --- 20 unchanged lines hidden (view full) --- 29# $FreeBSD$ 30# 31 32.PATH: ${.CURDIR}/../../../dev/gpio/ 33 34KMOD= gpiospi 35SRCS= gpiospi.c 36SRCS+= device_if.h bus_if.h gpio_if.h gpiobus_if.h spibus_if.h |
37SRCS+= opt_gpio.h | 37SRCS+= ofw_bus_if.h opt_gpio.h |
38 39CFLAGS+= -I. -I${.CURDIR}/../../../dev/gpio/ 40 41.include <bsd.kmod.mk> | 38 39CFLAGS+= -I. -I${.CURDIR}/../../../dev/gpio/ 40 41.include <bsd.kmod.mk> |