Skip to content
Snippets Groups Projects
Commit 236df8cb authored by rswindell's avatar rswindell
Browse files

Create build rule for xptime.

parent b51e1cc5
Branches
Tags
No related merge requests found
......@@ -36,6 +36,10 @@ $(WRAPTEST): $(MTOBJODIR)/wraptest.o $(DEPS)
@echo Linking $@
$(QUIET)$(CC) -o $@ $(LDFLAGS) $(MT_LDFLAGS) $^ $(XPDEV-MT_LIBS)
$(XPTIME): $(OBJODIR)/xptime.o $(DEPS)
@echo Linking $@
$(QUIET)$(CC) -o $@ $(LDFLAGS) $^ $(XPDEV-LIBS)
$(XPDEV_LIB_BUILD): $(OBJODIR) $(OBJS)
@echo Creating $@
$(QUIET)$(AR) rc $@ $(OBJS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment