Kbuild: Remove old API ksymbol disclaimer.

This commit removes an old disclaimer used when the API_*
kconfig symbols were introduced.
Now the API_*  symbols are removed, the disclaimer is not needed.

Change-Id: Icf8bc751a19c530c9ba0014ccaaab3eb0f228155
Signed-off-by: Juan Manuel Cruz <juan.m.cruz.alcaraz@linux.intel.com>
This commit is contained in:
Juan Manuel Cruz 2015-05-20 15:14:50 -05:00 committed by Anas Nashif
commit a558312562

View file

@ -32,13 +32,6 @@
menu "Microkernel Options" menu "Microkernel Options"
#The Kconfig symbols for API are hidden symbols.
#In the current sate of the system is not possible to remove
#API source code without affecting dependencies in the source code.
#This symbols will allow to select which APIs we want to include
#in the kernel binary from the configuration menu in the near future.
config MICROKERNEL_SERVER_STACK_SIZE config MICROKERNEL_SERVER_STACK_SIZE
int int
prompt "Microkernel server fiber (K_swapper) stack size" prompt "Microkernel server fiber (K_swapper) stack size"