1. 13 May, 2002 2 commits
    • Kai Germaschewski's avatar
      Make AFLAGS_KERNEL use consistent with CFLAGS_KERNEL · c36b8ba9
      Kai Germaschewski authored
      CFLAGS_KERNEL is automatically added to the command line for compiling
      objects which will be linked into vmlinux. (As opposed to objects which
      will be in modules, where MODFLAGS is added).
      
      AFLAGS_KERNEL was not added automatically, now it is:
      
      AFLAGS_KERNEL is now automatically added to the command line for assembling
      objects which will be linked into vmlinux.
      
      Note: this change is a no-op for all archs except IA64, since
      [AC]FLAGS_KERNEL is not used there at all.
      
      At the same time, remove two assembling rules from two arch/ia64 
      subdirectories which don't contain any assembler sources at all.
      
      Also, add an @ in front of the ugly
      	make CFLAGS=".." AFLAGS=".." -C subdir
      command, make will print its "Entering directory ..." line, so 
      we get that information anyway.
      c36b8ba9
    • Kai Germaschewski's avatar
      IA64: Use standard AS rule · 79455a34
      Kai Germaschewski authored
      79455a34
  2. 12 May, 2002 7 commits
  3. 13 May, 2002 3 commits
  4. 11 May, 2002 12 commits
  5. 12 May, 2002 1 commit
  6. 10 May, 2002 13 commits
  7. 09 May, 2002 2 commits