Rename microkernel's global.c to k_init.c

This file contains microkernel initialization code, along with a few
global variables.

Change-Id: Ic4e39c844d39866b38bb6d074e7035d759e073cd
Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
This commit is contained in:
Allan Stephens 2015-06-19 10:37:14 -04:00 committed by Anas Nashif
commit b22d902e44
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@ ccflags-y +=-I$(srctree)/kernel/microkernel/include
obj-y = k_task.o
obj-y += k_idle.o
obj-y += global.o
obj-y += k_init.o
obj-y += k_command_packet.o
obj-y += k_move_data.o
obj-y += k_ticker.o

View file

@ -1,4 +1,4 @@
/* global.c */
/* k_init.c */
/*
* Copyright (c) 1997-2010, 2012-2014 Wind River Systems, Inc.