projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
52e64db
)
kernel/ecc: Remove unneeded MFILES line in the Makefile.
author
Sascha Wildner <saw@online.de>
Thu, 3 May 2012 11:16:18 +0000 (13:16 +0200)
committer
Sascha Wildner <saw@online.de>
Thu, 3 May 2012 11:16:18 +0000 (13:16 +0200)
Reported-by: ftigeot
sys/dev/misc/ecc/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/sys/dev/misc/ecc/Makefile
b/sys/dev/misc/ecc/Makefile
index
041e381
..
f117531
100644
(file)
--- a/
sys/dev/misc/ecc/Makefile
+++ b/
sys/dev/misc/ecc/Makefile
@@
-1,6
+1,5
@@
KMOD = ecc
SRCS = ecc_amd8000.c ecc_e31200.c ecc_x3400.c
SRCS += device_if.h bus_if.h pci_if.h pcib_if.h
-MFILES = kern/device_if.m kern/bus_if.m bus/pci/pci_if.m bus/pci/pcib_if.m
.include <bsd.kmod.mk>