git: ath - Basic Makefile infrastructure
Matthew Dillon
dillon at crater.dragonflybsd.org
Wed Jan 1 23:16:00 PST 2014
commit 93cb770a95f5ef2ca3e749e4817a509339ddfed2
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Wed Jan 1 11:04:09 2014 -0800
ath - Basic Makefile infrastructure
Summary of changes:
sys/dev/netif/ath/Makefile | 6 +++
sys/dev/netif/ath/Makefile.inc | 20 ++++++++++
sys/dev/netif/ath/ath/Makefile | 16 ++++++++
sys/dev/netif/ath/ath_dfs/Makefile | 6 +++
sys/dev/netif/ath/ath_dfs/null/Makefile | 8 ++++
sys/dev/netif/ath/ath_hal/Makefile | 62 ++++++++++++++++++++++++++++++
sys/dev/netif/ath/ath_rate/Makefile | 9 +++++
sys/dev/netif/ath/ath_rate/amrr/Makefile | 8 ++++
sys/dev/netif/ath/ath_rate/onoe/Makefile | 8 ++++
sys/dev/netif/ath/ath_rate/sample/Makefile | 8 ++++
10 files changed, 151 insertions(+)
create mode 100644 sys/dev/netif/ath/Makefile
create mode 100644 sys/dev/netif/ath/Makefile.inc
create mode 100644 sys/dev/netif/ath/ath/Makefile
create mode 100644 sys/dev/netif/ath/ath_dfs/Makefile
create mode 100644 sys/dev/netif/ath/ath_dfs/null/Makefile
create mode 100644 sys/dev/netif/ath/ath_hal/Makefile
create mode 100644 sys/dev/netif/ath/ath_rate/Makefile
create mode 100644 sys/dev/netif/ath/ath_rate/amrr/Makefile
create mode 100644 sys/dev/netif/ath/ath_rate/onoe/Makefile
create mode 100644 sys/dev/netif/ath/ath_rate/sample/Makefile
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/93cb770a95f5ef2ca3e749e4817a509339ddfed2
--
DragonFly BSD source repository
More information about the Commits
mailing list