forked from zephyrproject-rtos/zephyr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change-Id: If1d29573a0ad4a863f0058c8b8e2c35f5ced6d9e Signed-off-by: Andrew Boie <[email protected]>
- Loading branch information
Andrew Boie
committed
Nov 7, 2016
1 parent
6450aa4
commit 625acd5
Showing
3 changed files
with
2 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
ifneq ($(CONFIG_KERNEL_V2),y) | ||
ccflags-$(CONFIG_MICROKERNEL) += -I$(srctree)/include/microkernel | ||
endif | ||
ccflags-y += -I$(CURDIR)/misc/generated/sysgen | ||
|
||
obj-y = kernel_main.o |