Changeset 69537ca9 in rtems for c/src/lib/libbsp/i386/pc386/Makefile.am
- Timestamp:
- 01/12/00 16:38:56 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- b2b4835
- Parents:
- 1e194112
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/i386/pc386/Makefile.am
r1e194112 r69537ca9 6 6 ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal 7 7 8 if HAS_NETWORKING9 # We only build the Network library if HAS_NETWORKING was defined10 # dec21140 is supported via libchip11 NETWORK = ne2000 wd8003 3c50912 endif13 14 8 # wrapup is the one that actually builds and installs the library 15 9 # from the individual .rel files built in other directories 16 SUBDIRS = . include tools start startup clock console timer $(NETWORK) wrapup 10 SUBDIRS = . include tools start startup clock console timer ne2000 wd8003 \ 11 3c509 wrapup 17 12 18 13 include $(top_srcdir)/../../bsp.am 14 15 $(PROJECT_RELEASE)/BootImgs: 16 $(mkinstalldirs) $@ 17 18 TMPINSTALL_FILES += $(PROJECT_RELEASE)/BootImgs 19 19 20 20 EXTRA_DIST = HOWTO README.dec21140 STATUS bsp_specs times_i486dx times_p5
Note: See TracChangeset
for help on using the changeset viewer.