openwrtv4/target/linux/at91-2.6/image/u-boot/ubclient/Makefile

16 lines
190 B
Makefile
Raw Normal View History

#
all: ubpar
crc32.c:
ln -s ../lib_generic/crc32.c ./
%.o: %.c
$(CC) -I ../include $(CFLAGS) $(EXTRA_FLAGS) -c -o $@ $^
ubpar: ubpar.o crc32.o
$(CC) -o $@ $^
clean:
rm -f *.o ubpar