Skip to content

Commit

Permalink
build pci with STDJ
Browse files Browse the repository at this point in the history
  • Loading branch information
anttikantee committed Jun 18, 2015
1 parent 6e2a347 commit 6793625
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build-rr.sh
Expand Up @@ -192,9 +192,9 @@ buildpci ()
${MAKE} -C ${PLATFORMDIR} links

if eval ${PLATFORM_PCI_P}; then
${RUMPMAKE} -f ${PLATFORMDIR}/pci/Makefile.pci obj
${RUMPMAKE} -f ${PLATFORMDIR}/pci/Makefile.pci dependall
${RUMPMAKE} -f ${PLATFORMDIR}/pci/Makefile.pci install
${RUMPMAKE} -f ${PLATFORMDIR}/pci/Makefile.pci ${STDJ} obj
${RUMPMAKE} -f ${PLATFORMDIR}/pci/Makefile.pci ${STDJ} dependall
${RUMPMAKE} -f ${PLATFORMDIR}/pci/Makefile.pci ${STDJ} install
fi
}

Expand Down

0 comments on commit 6793625

Please sign in to comment.