fix xsegbd to work with the new scheme. needs further testing
[archipelago] / xseg / sys / user / Makefile
index e0d9985..1242477 100644 (file)
@@ -6,7 +6,7 @@ MAJOR=0
 MINOR=0.1
 AR=ar
 
-DRIVERS=xseg_posix xseg_segdev
+DRIVERS=xseg_posix xseg_segdev xseg_pthread
 DRVDIR=$(BASE)/drivers/user
 DRVOBJS=$(addsuffix .o, $(addprefix $(DRVDIR)/, $(DRIVERS)))
 SHELL=/bin/bash
@@ -19,7 +19,6 @@ all: libxseg.a libxseg.so
        make -C xhash all
        make -C xheap all
        make -C xobj all
-       make -C python all
 
 COMMA=,
 _initialize.c: drivers