diff --git a/core/binary.mk b/core/binary.mk index 33585448be..48d1ba717d 100644 --- a/core/binary.mk +++ b/core/binary.mk @@ -47,6 +47,12 @@ ifeq ($(strip $(LOCAL_NO_FDO_SUPPORT)),) LOCAL_LDFLAGS += $(TARGET_FDO_CFLAGS) endif +########################################################### +## Explicitly declare assembly-only __ASSEMBLY__ macro for +## assembly source +########################################################### +LOCAL_ASFLAGS += -D__ASSEMBLY__ + ########################################################### ## Define PRIVATE_ variables from global vars ###########################################################