From ff17ac5ec3a0a27a7a4e183788efa37d1090cdef Mon Sep 17 00:00:00 2001 From: Hamish Guthrie Date: Thu, 14 Jun 2007 13:46:24 +0000 Subject: Added config parameters for u-boot client IP address as well as TFTP server IP address. SVN-Revision: 7632 --- target/linux/at91-2.6/image/u-boot/ubclient/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/at91-2.6/image/u-boot/ubclient/Makefile') diff --git a/target/linux/at91-2.6/image/u-boot/ubclient/Makefile b/target/linux/at91-2.6/image/u-boot/ubclient/Makefile index c79260e450..f8ff67cd18 100644 --- a/target/linux/at91-2.6/image/u-boot/ubclient/Makefile +++ b/target/linux/at91-2.6/image/u-boot/ubclient/Makefile @@ -6,7 +6,7 @@ crc32.c: ln -s ../lib_generic/crc32.c ./ %.o: %.c - $(CC) -I ../include $(CFLAGS) $(EXTRA_FLAGS) -c -o $@ $^ + $(CC) -I ../include $(CFLAGS) $(EXTRA_FLAGS) -DLAN_IP=$(LAN_IP) -DLAN_SERVERIP=$(LAN_SERVERIP) -c -o $@ $^ ubpar: ubpar.o crc32.o $(CC) -o $@ $^ -- cgit v1.2.3