Kbuild: Removes the COMMAND_PACKET ksymbol.

This commit removes the COMMAND PACKET kconfig symbol and
leaves the command packet service permanently in the build
process.

Change-Id: I814bb7f2f1a868490c1d0cc8d5cbea87bb39005c
Signed-off-by: Juan Manuel Cruz <juan.m.cruz.alcaraz@linux.intel.com>
This commit is contained in:
Juan Manuel Cruz 2015-05-05 12:21:08 -05:00 committed by Anas Nashif
commit 6aac05214a
2 changed files with 1 additions and 8 deletions

View file

@ -5,12 +5,6 @@
#in the kernel binary from the configuration menu in the near future.
menu "Core Microkernel Options"
config COMMAND_PACKET
bool
default y
depends on MICROKERNEL
help
This option adds the command packet kernel services to the CORE API.
config MICROKERNEL_SERVER_STACK_SIZE
int

View file

@ -1,4 +1,3 @@
EXTRA_CFLAGS +=-I$(srctree)/kernel/microkernel/include
obj-y = global.o taskcall.o
obj-$(CONFIG_COMMAND_PACKET) += cmdPkt.o
obj-y = global.o taskcall.o cmdPkt.o