xpp: strict compilation flags in oct612x/

Signed-off-by: Oron Peled <oron.peled@xorcom.com>
Signed-off-by: Tzafrir Cohen <tzafrir.cohen@xorcom.com>
This commit is contained in:
Oron Peled 2014-12-21 11:26:29 -05:00 committed by Tzafrir Cohen
parent 77a3d8b0a7
commit d02361e99f
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,5 @@
GLOBAL_CFLAGS = -Wall -Werror
OCTASIC_DEFINES = \
-DPTR_TYPE=uint32_t \
-DcOCT6100_INTERNAL_SUPER_ARRAY_SIZE=1024 \
@ -84,6 +86,7 @@ noinst_HEADERS = \
#
liboctasic_la_CFLAGS = \
$(GLOBAL_CFLAGS) \
$(OCTASIC_DEFINES) \
$(OCTASIC_CFLAGS)