forked from Imagelibrary/rtems
KA9Q stack removed prior to testing for 4.0.0 public release.
This commit is contained in:
@@ -10,12 +10,8 @@ VPATH=@srcdir@
|
||||
include $(RTEMS_CUSTOM)
|
||||
include $(PROJECT_ROOT)/make/directory.cfg
|
||||
|
||||
# We only build the ka9q library if HAS_KA9Q was defined
|
||||
LIBKA9Q_yes_V = libka9q
|
||||
LIBKA9Q = $(LIBKA9Q_$(HAS_KA9Q)_V)
|
||||
|
||||
# General Hardware API library
|
||||
LIBHWAPI=$(wildcard libhwapi)
|
||||
|
||||
SUB_DIRS=start include libmisc libc libcpu libbsp \
|
||||
$(LIBKA9Q) $(LIBHWAPI) wrapup
|
||||
$(LIBHWAPI) wrapup
|
||||
|
||||
@@ -11,13 +11,6 @@ H_PIECES=console clockdrv iosupp ringbuf \
|
||||
spurious timerdrv vmeintr z8036 z8530 z8536
|
||||
H_FILES=$(H_PIECES:%=$(srcdir)/%.h)
|
||||
|
||||
KA9Q_H_PIECES= arp asy ax25 ax25mail bootp cmdparse commands config \
|
||||
daemon dialer domain enet ftp ftpcli global hardware icmp iface \
|
||||
internet ip kiss lapb lzw mailbox mbuf netuser nospc nr4 nr4mail \
|
||||
nrs ping pktdrvr ppp proc rip rtems_ka9q sb session slhc slip smtp \
|
||||
sockaddr socket tcp telnet tftp timer tipmail trace udp usock
|
||||
KA9Q_H_FILES=$(KA9Q_H_PIECES:%=$(srcdir)/ka9q/%.h)
|
||||
|
||||
SYS_H_FILES=
|
||||
|
||||
SRCS=$(H_FILES) $(SYS_H_FILES)
|
||||
@@ -31,6 +24,3 @@ CLOBBER_ADDITIONS +=
|
||||
all: $(SRCS)
|
||||
$(INSTALL) -m 444 $(H_FILES) ${PROJECT_RELEASE}/include
|
||||
$(INSTALL) -m 444 $(SYS_H_FILES) ${PROJECT_RELEASE}/include/sys
|
||||
ifeq ($(HAS_KA9Q),yes)
|
||||
$(INSTALL) -m 444 $(KA9Q_H_FILES) ${PROJECT_RELEASE}/include/ka9q
|
||||
endif
|
||||
|
||||
@@ -12,12 +12,8 @@ include $(PROJECT_ROOT)/make/directory.cfg
|
||||
|
||||
SRCS=README
|
||||
|
||||
# We only build the ka9q device driver if HAS_KA9Q was defined
|
||||
LIBKA9Q_yes_V = network
|
||||
LIBKA9Q = $(LIBKA9Q_$(HAS_KA9Q)_V)
|
||||
|
||||
all: $(SRCS)
|
||||
|
||||
# wrapup is the one that actually builds and installs the library
|
||||
# from the individual .rel files built in other directories
|
||||
SUB_DIRS=include start360 startup clock console timer $(LIBKA9Q) wrapup
|
||||
SUB_DIRS=include start360 startup clock console timer wrapup
|
||||
|
||||
@@ -40,10 +40,7 @@
|
||||
# --defsym RamSize=0x1000000
|
||||
#
|
||||
# - The size of the memory allocator heap. The default value is
|
||||
# 64 kbytes. If the KA9Q network package is used the heap
|
||||
# should be at least 256 kbytes. If your network is large, or
|
||||
# busy, the heap should be even larger.
|
||||
# To choose a heap size of 256 kbytes,
|
||||
# 64 kbytes. To choose a heap size of 256 kbytes,
|
||||
# --defsym HeapSize=0x40000
|
||||
#
|
||||
# - The Ethernet address for network boot proms.
|
||||
|
||||
@@ -7,11 +7,7 @@ srcdir = @srcdir@
|
||||
top_srcdir = @top_srcdir@
|
||||
VPATH=@srcdir@
|
||||
|
||||
# We only build the ka9q device driver if HAS_KA9Q was defined
|
||||
LIBKA9Q_yes_V = network
|
||||
LIBKA9Q = $(LIBKA9Q_$(HAS_KA9Q)_V)
|
||||
|
||||
BSP_PIECES=startup clock console $(LIBKA9Q) timer
|
||||
BSP_PIECES=startup clock console timer
|
||||
CPU_PIECES=
|
||||
GENERIC_PIECES=
|
||||
|
||||
|
||||
@@ -17,7 +17,6 @@ LIB=$(PROJECT_HOME)/lib/librtemsall.a
|
||||
SRCS=$(wildcard $(PROJECT_HOME)/lib/libbsp$(LIB_VARIANT).a) \
|
||||
$(PROJECT_HOME)/lib/librtems$(LIB_VARIANT).a \
|
||||
$(wildcard $(PROJECT_HOME)/lib/libposix$(LIB_VARIANT).a) \
|
||||
$(wildcard $(PROJECT_HOME)/lib/libka9q$(LIB_VARIANT).a) \
|
||||
$(PROJECT_HOME)/lib/libcsupport$(LIB_VARIANT).a \
|
||||
$(wildcard $(PROJECT_HOME)/lib/rtems-ctor$(LIB_VARIANT).o) \
|
||||
$(wildcard $(PROJECT_HOME)/lib/libno-ctor$(LIB_VARIANT).a)
|
||||
|
||||
@@ -17,7 +17,6 @@ LIB=$(PROJECT_HOME)/lib/librtemsall.a
|
||||
SRCS=$(wildcard $(PROJECT_HOME)/lib/libbsp$(LIB_VARIANT).a) \
|
||||
$(PROJECT_HOME)/lib/librtems$(LIB_VARIANT).a \
|
||||
$(wildcard $(PROJECT_HOME)/lib/libposix$(LIB_VARIANT).a) \
|
||||
$(wildcard $(PROJECT_HOME)/lib/libka9q$(LIB_VARIANT).a) \
|
||||
$(PROJECT_HOME)/lib/libcsupport$(LIB_VARIANT).a \
|
||||
$(wildcard $(PROJECT_HOME)/lib/rtems-ctor$(LIB_VARIANT).o) \
|
||||
$(wildcard $(PROJECT_HOME)/lib/libno-ctor$(LIB_VARIANT).a)
|
||||
|
||||
Reference in New Issue
Block a user