Changeset 61 for floppyfw/Makefile
- Timestamp:
- 05/14/06 21:12:25 (7 years ago)
- Files:
-
- 1 modified
-
floppyfw/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
floppyfw/Makefile
r53 r61 78 78 # This one sets j<amount of CPUs> but it may be just as good or even better 79 79 # with amount +1 80 #JLEVEL=-j$(shell expr $(shell grep -i -c '^processor[[:space:]]*:[[:space:]]*[0-9]\+' /proc/cpuinfo) \+ 1)80 JLEVEL=-j$(shell expr $(shell grep -i -c '^processor[[:space:]]*:[[:space:]]*[0-9]\+' /proc/cpuinfo) \+ 1) 81 81 # Or if running distcc: 82 JLEVEL=-j382 # JLEVEL=-j3 83 83 84 84 # Sourceforge-mirror: … … 86 86 SF_MIRROR=http://$(SF_HOST).dl.sourceforge.net 87 87 88 # NICs you want in the nics.ffw module package separated by a space. 89 NICS=3c509 3c59x 8139cp 8139too pcnet32 r8169 e100 e1000 ne ne2k-pci forcedeth 88 90 89 91 #############################################################