]> Git Repo - linux.git/blob - arch/um/sys-ia64/Makefile
ALSA: pcm: Define G723 3-bit and 5-bit formats
[linux.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
11 clean-files := $(OBJS) link.ld
This page took 0.039875 seconds and 4 git commands to generate.