From: bg Date: Thu, 27 Dec 2012 00:24:05 +0000 (+0100) Subject: [avr-asm-macros.S] supress listing of avr/io.h include X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=commitdiff_plain;h=0dd4caec8e07a644f9d51cefc87f558f2d0e84e0 [avr-asm-macros.S] supress listing of avr/io.h include --- diff --git a/avr-asm-macros.S b/avr-asm-macros.S index 766cdae..1a640c7 100644 --- a/avr-asm-macros.S +++ b/avr-asm-macros.S @@ -28,8 +28,9 @@ //#ifndef AVR_ASM_MACROS__S__ //#define AVR_ASM_MACROS__S__ +.nolist #include - +.list /******************************************************************************* * MACRO SECTION * *******************************************************************************/