Gregory Nutt
|
6d1b4c051e
|
Add new top-level wireless/ directory
|
2016-02-26 17:07:04 -06:00 |
Gregory Nutt
|
edbb5ec328
|
arch-specific build needs to include __KERNEL__ flags
|
2015-11-26 13:17:32 -06:00 |
Gregory Nutt
|
b4b40d338a
|
boardctl(): Add a new non-standard OS interface. This is similar to a driver IOCTL call. But this is an IOCTL call directly on the board logic. This function will eventually replace all of the ad hoc OS interfaces that are current used to perform application specific intialiation and application driver test confifuration. It essentially formalizes and institutionalizes these rogue interface in to at least a single crazy call.
|
2015-03-31 11:25:52 -06:00 |
Gregory Nutt
|
de7fbf92a0
|
Add logic that will permit us to build user libraries with different CFLAGS than kernel code. This is needed because we need the -fno-common option when building ELF code to prevent SHN_COMMON relocations
|
2014-09-09 15:45:37 -06:00 |
Gregory Nutt
|
43409eea31
|
Move commit library targets out of Makefile.unix and Makeifle.win into a new LibTargets.mk
|
2014-09-09 14:49:36 -06:00 |