home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / src / linux-headers-2.6.17-6 / arch / um / sys-ia64 / Makefile
Encoding:
Makefile  |  2006-08-11  |  152 b   |  12 lines

  1. OBJ = built-in.o
  2.  
  3. OBJS =
  4.  
  5. all: $(OBJ)
  6.  
  7. $(OBJ): $(OBJS)
  8.     rm -f $@
  9.     $(LD) $(LINKFLAGS) --start-group $^ --end-group -o $@
  10.  
  11. clean-files := $(OBJS) link.ld
  12.