syscalls: Remove gen_syscall_header.py

gen_syscall_header.py is not longer necessary, it was just creating a
file including syscall.h. This header is now included directly by
gen_syscalls.py.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
This commit is contained in:
Flavio Ceolin 2019-12-03 09:09:07 -08:00 committed by Carles Cufí
commit f4adf107f3
5 changed files with 1 additions and 41 deletions

View file

@ -14,7 +14,6 @@
#ifndef _ASMLANGUAGE
#include <zephyr/types.h>
#include <syscall_macros.h>
#ifdef __cplusplus
extern "C" {