source: rtems/c/src/lib/libbsp/m68k/gen68360/Makefile.in @ 1f0f3e35

4.104.114.84.95
Last change on this file since 1f0f3e35 was 1f0f3e35, checked in by Joel Sherrill <joel.sherrill@…>, on 05/27/97 at 23:39:29

added ka9q stack

  • Property mode set to 100644
File size: 517 bytes
Line 
1#
2#  $Id$
3#
4
5@SET_MAKE@
6srcdir = @srcdir@
7top_srcdir = @top_srcdir@
8VPATH=@srcdir@
9
10include $(RTEMS_CUSTOM)
11include $(PROJECT_ROOT)/make/directory.cfg
12
13SRCS=README
14
15# We only build the ka9q device driver if HAS_KA9Q was defined
16KA9Q_DRIVER_yes_V = network
17KA9Q_DRIVER = $(KA9Q_DRIVER_$(HAS_KA9Q)_V)
18
19all: $(SRCS)
20
21# wrapup is the one that actually builds and installs the library
22#  from the individual .rel files built in other directories
23SUB_DIRS=include start360 startup clock console timer $(KA9Q_DRIVER) wrapup
Note: See TracBrowser for help on using the repository browser.