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:
parent
570eabf9f8
commit
b22d902e44
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ ccflags-y +=-I$(srctree)/kernel/microkernel/include
|
||||||
|
|
||||||
obj-y = k_task.o
|
obj-y = k_task.o
|
||||||
obj-y += k_idle.o
|
obj-y += k_idle.o
|
||||||
obj-y += global.o
|
obj-y += k_init.o
|
||||||
obj-y += k_command_packet.o
|
obj-y += k_command_packet.o
|
||||||
obj-y += k_move_data.o
|
obj-y += k_move_data.o
|
||||||
obj-y += k_ticker.o
|
obj-y += k_ticker.o
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* global.c */
|
/* k_init.c */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1997-2010, 2012-2014 Wind River Systems, Inc.
|
* Copyright (c) 1997-2010, 2012-2014 Wind River Systems, Inc.
|
Loading…
Add table
Add a link
Reference in a new issue