Ignore:
Timestamp:
Jun 12, 2005, 7:20:44 AM (20 years ago)
Author:
bird
Message:

Support .S files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/common.smak

    • Property cvs2svn:cvs-rev changed from 1.11 to 1.12
    r2010 r2011  
    9595
    9696# Generate compilation rules for S files
    97 $(foreach x,$(filter %.s,$(.TSRC)), $(eval $(call def_compile_S,$(x))))
     97$(foreach x,$(filter %.s %.S,$(.TSRC)), $(eval $(call def_compile_S,$(x))))
    9898
    9999# Generate compilation rules for asm files
Note: See TracChangeset for help on using the changeset viewer.