Skip to content
Snippets Groups Projects
Commit 88a2507e authored by thomasl's avatar thomasl
Browse files

fix issues about PEDANTIC checks in kernel makefile


git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6209 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 39b64096
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,8 @@ else
EXTRA_CFLAGS += $(shell rtai-config --module-cflags) -DRTAI -D__IN_RTAI__ -Wall
endif
ccflags-y= $(CFLAGS) $(EXTRA_CFLAGS)
CFLAGS=
ifdef LOOPBACK
EXTRA_CFLAGS += -DLOOPBACK_TEST
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment