1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-28 19:27:32 +02:00
openwrt-xburst/target/linux/at91-2.6/image/u-boot/ubclient/Makefile
hcg 9fc88068dc Added module to generate u-boot config file. Added platform overrides
for base files.


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6870 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-04-05 13:23:15 +00:00

16 lines
190 B
Makefile

#
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