summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2016-05-25 21:54:28 -0400
committerStewart Smith <stewart@linux.vnet.ibm.com>2016-06-07 15:20:31 +1000
commit7c7911eb7bea505474c3062bf5b0c60d99b502a5 (patch)
tree7db612a78f22d93628eeb97a2cd99d91afeb5482
parent1f379c76414da7209dbd4dbf855d2927074398c8 (diff)
downloadtalos-skiboot-7c7911eb7bea505474c3062bf5b0c60d99b502a5.tar.gz
talos-skiboot-7c7911eb7bea505474c3062bf5b0c60d99b502a5.zip
external: Remove external/shared link targets
These are already defined just like we need them in common/rules.mk Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Reviewed-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
-rw-r--r--external/shared/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/external/shared/Makefile b/external/shared/Makefile
index 4c31657c..40ba2b95 100644
--- a/external/shared/Makefile
+++ b/external/shared/Makefile
@@ -10,18 +10,6 @@ VERSION = $(shell ../../make_version.sh)
CFLAGS += -m64 -Werror -Wall -g2 -ggdb -I. -fPIC
-.PHONY: links
-links: libflash ccan common
-
-libflash:
- ln -sf ../../libflash .
-
-common:
- ln -sf ../common .
-
-ccan:
- ln -sf ../../ccan .
-
LIBFLASH_OBJS = libflash-file.o libflash-libflash.o libflash-libffs.o libflash-ecc.o libflash-blocklevel.o
ARCHFLASH_OBJS = common-arch_flash.o
OBJS = $(LIBFLASH_OBJS) $(ARCHFLASH_OBJS)
OpenPOWER on IntegriCloud