You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Makefile 222B

123456789101112
  1. # Assembler section type character
  2. #
  3. ASM_TCHAR := %
  4. ASM_TCHAR_OPS := %%
  5. # Include common ARM headers
  6. #
  7. INCDIRS += arch/arm/include
  8. # ARM-specific directories containing source files
  9. #
  10. SRCDIRS += arch/arm/interface/efi