mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-26 23:36:32 -04:00
Build: replace scons with makefile (#235)
* Build: transform scons into Makefile * Build: add Makefile dependencies * Build: remove some tabs from Makefile * Build: Make builds out of source, move wait for event to kernel port * Test: update the full test to print status messages * Build: replace lpthread with pthread Co-authored-by: Alfred Gedeon <gedeonag@amazon.com>
This commit is contained in:
parent
c1b06040fe
commit
6b502b5dd3
9 changed files with 114 additions and 299 deletions
|
|
@ -48,7 +48,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
#include <pcap.h>
|
||||
|
||||
/* ========================== Local includes =================================*/
|
||||
#include "utils/wait_for_event.h"
|
||||
#include <utils/wait_for_event.h>
|
||||
|
||||
/* ======================== Macro Definitions =============================== */
|
||||
#if ( ipconfigETHERNET_DRIVER_FILTERS_FRAME_TYPES == 0 )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue