Commit c820bd3b authored by Federico Vaga's avatar Federico Vaga Committed by Adam Wujek

userspace:tools: including kernel header is dangerous, remove then

It happens that headers have different sources: buildroot and our own kernel.
For the standard path we have headers from buildroot which include also
some kernel header. For the kernel, we have direct access to those headers.

this means that we mya have conflict in our user-space programs. This patch
does not solve the problem but it just reduce its effects.
Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 651345ea
......@@ -29,7 +29,6 @@ OBJDUMP = $(CROSS_COMPILE)objdump
# LOTs of includes
CFLAGS = -O2 -g -Wall \
-Wstrict-prototypes \
-I$(LINUX)/include \
-I$(LINUX)/arch/arm/mach-at91/include \
-I../wrsw_rtud \
-I../mini-rpc \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment