summaryrefslogtreecommitdiff
path: root/dde_rtl8139
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2012-02-21 23:37:19 +0000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2012-02-22 01:48:18 +0000
commit82bcbfbe25df69652bc7cb3e5d66ae0886894488 (patch)
tree4d04ae37af40169b993ee5aef688c00d68722064 /dde_rtl8139
parent2d2eca01fc2fd15821fb6f5fc1c281d06636b7d5 (diff)
Clean up includes
To use the standard hurd Makeconf rules and permit external dde_* build
Diffstat (limited to 'dde_rtl8139')
-rw-r--r--dde_rtl8139/Makefile2
-rw-r--r--dde_rtl8139/main.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/dde_rtl8139/Makefile b/dde_rtl8139/Makefile
index a9acda45..0a9b1b71 100644
--- a/dde_rtl8139/Makefile
+++ b/dde_rtl8139/Makefile
@@ -10,7 +10,7 @@ TARGET = dde_rtl8139
SRC_C = main.c 8139cp.c
LIBS += $(libmachdev_path) -ldde_linux26.o -ldde_linux26_net $(libddekit_path) -lfshelp -ltrivfs -lpciaccess -lz -lthreads -lshouldbeinlibc -lports $(libslab_path) $(libbpf_path)
-CFLAGS += -g -I$(PKGDIR)/include -I../libmachdev
+CFLAGS += -g -I$(PKGDIR)/include -I$(BUILDDIR)/include
# DDE configuration
include $(L4DIR)/Makeconf
diff --git a/dde_rtl8139/main.c b/dde_rtl8139/main.c
index 63ab182f..98f4452a 100644
--- a/dde_rtl8139/main.c
+++ b/dde_rtl8139/main.c
@@ -6,7 +6,7 @@
#include <linux/init.h> // initcall()
#include <linux/delay.h> // msleep()
-#include <machdev.h>
+#include <hurd/machdev.h>
int using_std = 1;