ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.6.tar.bz2
[linux-2.6.git] / arch / um / sys-ia64 / Makefile
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 clean:
11         rm -f $(OBJS)
12
13 fastdep:
14
15 archmrproper:
16
17 archclean:
18         rm -f link.ld
19         @$(MAKEBOOT) clean
20
21 archdep:
22         @$(MAKEBOOT) dep
23
24 modules: