Initial commit
This commit is contained in:
13
package/kernel/lantiq/ltq-vdsl-fw/src/Makefile
Normal file
13
package/kernel/lantiq/ltq-vdsl-fw/src/Makefile
Normal file
@@ -0,0 +1,13 @@
|
||||
PROG=w921v_fw_cutter
|
||||
OBJS=w921v_fw_cutter.c LzmaDecode.c LzmaWrapper.c
|
||||
|
||||
all: $(PROG)
|
||||
|
||||
$(PROG): $(OBJS)
|
||||
$(CC) $(CFLAGS) $(LDFLAGS) $^ -o $@
|
||||
|
||||
clean:
|
||||
rm *.o $(PROG)
|
||||
|
||||
%.o: %.c
|
||||
$(CC) $(CFLAGS) -c $^ -o $@
|
||||
Reference in New Issue
Block a user