make: substitute aio bricks with sio for kernel upstream

This commit is contained in:
Thomas Schoebel-Theuer 2014-07-10 11:15:25 +02:00 committed by Thomas Schoebel-Theuer
parent 337738533f
commit 5c014d2df5

View File

@ -48,7 +48,6 @@ mars-objs := \
mars_net.o \
mars_server.o \
mars_client.o \
mars_aio.o \
mars_sio.o \
mars_bio.o \
mars_if.o \
@ -59,36 +58,19 @@ mars-objs := \
sy_old/mars_proc.o \
sy_old/mars_light.o
## remove_this
ifdef CONFIG_MARS_NET_COMPAT
mars-objs += mars_net_compat.o
endif
#### alternatives when building small individual modules
obj-$(CONFIG_MARS_DUMMY) += mars_dummy.o
obj-$(CONFIG_MARS_CHECK) += mars_check.o
obj-$(CONFIG_MARS_IF) += mars_if.o
obj-$(CONFIG_MARS_BIO) += mars_bio.o
obj-$(CONFIG_MARS_AIO) += mars_aio.o
obj-$(CONFIG_MARS_SIO) += mars_sio.o
obj-$(CONFIG_MARS_BUF) += mars_buf.o
obj-$(CONFIG_MARS_USEBUF) += mars_usebuf.o
obj-$(CONFIG_MARS_TRANS_LOGGER) += mars_trans_logger.o lib_log.o
obj-$(CONFIG_MARS_SERVER) += mars_server.o
obj-$(CONFIG_MARS_CLIENT) += mars_client.o
obj-$(CONFIG_MARS_COPY) += mars_copy.o
obj-$(CONFIG_MARS_LIGHT) += sy_old/mars_light.o \
brick.o brick_mem.o brick_say.o \
mars_generic.o sy_old/sy_generic.o \
mars_net.o sy_old/sy_net.o \
sy_old/mars_proc.o
mars-objs += \
mars_aio.o \
ifdef CONFIG_MARS_DEBUG
KBUILD_CFLAGS += -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once
## remove_this
# This is currently not really used.
# We urge people to maintain it by including it in debug versions
# (so the compiler may throw any complaints)