Skip to content

Commit

Permalink
update cflags
Browse files Browse the repository at this point in the history
  • Loading branch information
eyeballer committed Oct 11, 2012
1 parent 033e182 commit 18991dd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion BoardConfig.mk
Expand Up @@ -46,7 +46,10 @@ TARGET_PROVIDES_INIT_TARGET_RC := true
TARGET_USERIMAGES_USE_EXT4 := true
TARGET_OMAP3 := true
OMAP_ENHANCEMENT := true
COMMON_GLOBAL_CFLAGS += -DTARGET_OMAP3 -DOMAP_COMPAT -DBINDER_COMPAT

ifdef OMAP_ENHANCEMENT
COMMON_GLOBAL_CFLAGS += -DOMAP_ENHANCEMENT -DTARGET_OMAP3 -DOMAP_ENHANCEMENT_CPCAM -DOMAP_ENHANCEMENT_VTC
endif

# Makefile variables and C/C++ macros to recognise current pastry
ifeq ($(shell test $(PLATFORM_SDK_VERSION) -ge 16 || echo 1),)
Expand Down

0 comments on commit 18991dd

Please sign in to comment.