mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
parent
6b33757154
commit
bec35bb4b1
@ -1,21 +0,0 @@
|
|||||||
/*
|
|
||||||
* \brief Platform specific parts of kernel
|
|
||||||
* \author Martin Stein
|
|
||||||
* \date 2012-04-23
|
|
||||||
*/
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Copyright (C) 2012 Genode Labs GmbH
|
|
||||||
*
|
|
||||||
* This file is part of the Genode OS framework, which is distributed
|
|
||||||
* under the terms of the GNU General Public License version 2.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef _SRC__CORE__KERNEL_SUPPORT_H_
|
|
||||||
#define _SRC__CORE__KERNEL_SUPPORT_H_
|
|
||||||
|
|
||||||
/* local includes */
|
|
||||||
#include <arm1136/kernel_support.h>
|
|
||||||
|
|
||||||
#endif /* _SRC__CORE__KERNEL_SUPPORT_H_ */
|
|
||||||
|
|
@ -7,5 +7,8 @@
|
|||||||
# declare wich specs must be given to build this target
|
# declare wich specs must be given to build this target
|
||||||
REQUIRES = platform_imx31
|
REQUIRES = platform_imx31
|
||||||
|
|
||||||
|
# add include paths
|
||||||
|
INC_DIR += $(REP_DIR)/src/core/include/imx31
|
||||||
|
|
||||||
# include less specific target parts
|
# include less specific target parts
|
||||||
include $(REP_DIR)/src/core/target.inc
|
include $(REP_DIR)/src/core/target.inc
|
||||||
|
Loading…
Reference in New Issue
Block a user