[Buildroot] [PATCH v5 05/24] audit: new package

Clayton Shotwell clayton.shotwell at rockwellcollins.com
Mon May 18 13:51:20 UTC 2015


Samuel,

>> +ifeq ($(BR2_armeb),y)
>> +       AUDIT_CONF_OPTS += --with-arm
>> +endif
>> +ifeq ($(BR2_arm),y)
>> +       AUDIT_CONF_OPTS += --with-arm
>> +endif
> This could be condensed in:
> ifeq ($(BR2_armeb)$(BR2_arm),y)
>        AUDIT_CONF_OPTS += --with-arm
> endif

I can make that change.

Thanks,
Clayton


More information about the buildroot mailing list