forked from Imagelibrary/rtems
Removed stub implementation
This commit is contained in:
@@ -13,13 +13,8 @@ include $(RTEMS_ROOT)/make/directory.cfg
|
||||
|
||||
SRCS=README
|
||||
|
||||
# someday ...
|
||||
## We only build the ka9q device driver if HAS_KA9Q was defined
|
||||
#KA9Q_DRIVER_yes_V = network
|
||||
#KA9Q_DRIVER = $(KA9Q_DRIVER_$(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 start340 startup clock console timer $(KA9Q_DRIVER) wrapup
|
||||
SUB_DIRS=include start340 startup clock console timer wrapup
|
||||
|
||||
@@ -22,7 +22,8 @@
|
||||
#
|
||||
# The type of the board is automatically recognised in the initialization sequence.
|
||||
#
|
||||
# WARNING: there's still no KA9Q driver! I hope it will come in the next RTEMS version!
|
||||
# WARNING: there's still no network driver!
|
||||
# I hope it will come in the next RTEMS version!
|
||||
#
|
||||
|
||||
BSP NAME: gen68340
|
||||
|
||||
@@ -8,12 +8,7 @@ VPATH = @srcdir@
|
||||
RTEMS_ROOT = @top_srcdir@
|
||||
PROJECT_ROOT = @PROJECT_ROOT@
|
||||
|
||||
# someday
|
||||
# We only build the ka9q device driver if HAS_KA9Q was defined
|
||||
#KA9Q_DRIVER_yes_V = network
|
||||
#KA9Q_DRIVER = $(KA9Q_DRIVER_$(HAS_KA9Q)_V)
|
||||
|
||||
BSP_PIECES=startup clock console timer $(KA9Q_DRIVER)
|
||||
BSP_PIECES=startup clock console timer
|
||||
CPU_PIECES=
|
||||
GENERIC_PIECES=
|
||||
|
||||
|
||||
Reference in New Issue
Block a user