diff options
Diffstat (limited to 'pci-arbiter/Makefile')
-rw-r--r-- | pci-arbiter/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/pci-arbiter/Makefile b/pci-arbiter/Makefile index 1d0309dc..b32bc579 100644 --- a/pci-arbiter/Makefile +++ b/pci-arbiter/Makefile @@ -22,11 +22,10 @@ PORTDIR = $(srcdir)/port SRCS = main.c pci-ops.c netfs_impl.c \ pcifs.c ncache.c options.c func_files.c startup.c \ - startup-ops.c -MIGSRCS = pciServer.c startup_notifyServer.c -OBJS = $(patsubst %.S,%.o,$(patsubst %.c,%.o, $(SRCS) $(MIGSRCS))) + pciServer.c startup_notifyServer.c +OBJS = $(SRCS:.c=.o) $(MIGSTUBS) -HURDLIBS= fshelp ports shouldbeinlibc netfs iohelp ihash +HURDLIBS= fshelp ports shouldbeinlibc netfs iohelp ihash trivfs machdev LDLIBS = -lpthread $(libpciaccess_LIBS) target = pci-arbiter |