Changeset 967f3aaa in rtems for c/src/lib/libbsp/i386/i386ex/wrapup/Makefile.in
- Timestamp:
- 11/23/98 16:38:28 (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 97e2729d
- Parents:
- 35e5ae64
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/i386/i386ex/wrapup/Makefile.in
r35e5ae64 r967f3aaa 9 9 PROJECT_ROOT = @PROJECT_ROOT@ 10 10 11 BSP_PIECES=startup clock console timer 11 BSP_PIECES=startup clock console timer $(NETWORK) 12 12 GENERIC_PIECES= 13 14 # We only build the Network library if HAS_NETWORKING was defined 15 NETWORK_yes_V = network 16 NETWORK = $(NETWORK_$(HAS_NETWORKING)_V) 13 17 14 18 # bummer; have to use $foreach since % pattern subst rules only replace 1x
Note: See TracChangeset
for help on using the changeset viewer.