Go to file
Andrew Boie ca12bbb569 fix issue where two outdirs are created
O was getting passed along to the main Kbuild Make session which is
called with -C. If O was a relative path, the outdir would effectively
become $(ZEPHYR_BASE)/$(O) which is not what we want.

Change-Id: I148539490ecfc2d4e84a0fdf3e3dd1ab24503633
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2016-02-05 20:14:41 -05:00
arch x86: Move source files from arch/x86/ to arch/x86/core/ 2016-02-05 20:14:41 -05:00
doc
drivers
include
kernel
lib/libc
misc
net
samples
scripts
shared/include/nanokernel/x86
.gitattributes
.gitignore
.mailmap
Kconfig
Makefile
Makefile.inc fix issue where two outdirs are created 2016-02-05 20:14:41 -05:00
zephyr-env.sh