aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/at91/image/u-boot/ubclient/Makefile
diff options
context:
space:
mode:
authorBen Whitten <ben.whitten@gmail.com>2016-06-07 23:04:34 +0100
committerJo-Philipp Wich <jo@mein.io>2016-10-06 12:15:13 +0200
commit6638946f99a3e74857c296a004a1b88c6ac3c265 (patch)
treebfe2aed831afa855022d3bafa90c8130256a8d1a /target/linux/at91/image/u-boot/ubclient/Makefile
parent6b31c4cb380553d1b20a0e7b4ef8963927651529 (diff)
downloadupstream-6638946f99a3e74857c296a004a1b88c6ac3c265.tar.gz
upstream-6638946f99a3e74857c296a004a1b88c6ac3c265.tar.bz2
upstream-6638946f99a3e74857c296a004a1b88c6ac3c265.zip
at91: Remove u-boot from platform images folder
Removes the bootloader from the images section as its now in packages/boot with the others. Signed-off-by: Ben Whitten <ben.whitten@gmail.com>
Diffstat (limited to 'target/linux/at91/image/u-boot/ubclient/Makefile')
-rw-r--r--target/linux/at91/image/u-boot/ubclient/Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/target/linux/at91/image/u-boot/ubclient/Makefile b/target/linux/at91/image/u-boot/ubclient/Makefile
deleted file mode 100644
index f8ff67cd18..0000000000
--- a/target/linux/at91/image/u-boot/ubclient/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-#
-
-all: ubpar
-
-crc32.c:
- ln -s ../lib_generic/crc32.c ./
-
-%.o: %.c
- $(CC) -I ../include $(CFLAGS) $(EXTRA_FLAGS) -DLAN_IP=$(LAN_IP) -DLAN_SERVERIP=$(LAN_SERVERIP) -c -o $@ $^
-
-ubpar: ubpar.o crc32.o
- $(CC) -o $@ $^
-
-clean:
- rm -f *.o ubpar