efi_stub.S 140 B

12345
  1. /* This stub is a stub to make the build happy */
  2. #if defined(__ELF__) && defined(__linux__)
  3. .section .note.GNU-stack,"",%progbits
  4. #endif