summaryrefslogtreecommitdiff
path: root/dde_rtl8139/main.c
AgeCommit message (Collapse)Author
2010-06-15handle the case hurd is built in a separate dir.Zheng Da
if hurd is built in its source tree, nothing needs to be changed. but if hurd is built in a separate directory, BUILDDIR has to specify the path where hurd is built.
2010-05-31make glue code of networking more independant.Zheng Da
This change is required for block device drivers. When block device drivers are linked to the glue code, the linker should be able to perform garbage collection and exclude the code of networking from the driver programs.
2010-05-07Add DDE rtl8139.Zheng Da