1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-20 05:55:27 +03:00
openwrt-xburst/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