projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
ad63697
)
kernel/viapm: Makefile cleanup (remove unneeded .PATH and opt_isa.h).
author
Sascha Wildner <saw@online.de>
Sun, 22 Apr 2012 11:36:53 +0000 (13:36 +0200)
committer
Sascha Wildner <saw@online.de>
Sun, 22 Apr 2012 11:36:53 +0000 (13:36 +0200)
sys/dev/powermng/viapm/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/sys/dev/powermng/viapm/Makefile
b/sys/dev/powermng/viapm/Makefile
index
7861974
..
1f112d0
100644
(file)
--- a/
sys/dev/powermng/viapm/Makefile
+++ b/
sys/dev/powermng/viapm/Makefile
@@
-1,8
+1,7
@@
# $FreeBSD: src/sys/modules/i2c/controllers/viapm/Makefile,v 1.3 2007/06/24 20:35:59 njl Exp $
-.PATH: ${.CURDIR}/../../../../bus/pci
KMOD = viapm
SRCS = device_if.h bus_if.h iicbb_if.h isa_if.h pci_if.h smbus_if.h \
- opt_isa.h viapm.c
+ viapm.c
.include <bsd.kmod.mk>