[Skiboot] [PATCH 1/4] external: Remove external/shared link targets

Brad Bishop bradleyb at fuzziesquirrel.com
Thu May 26 11:54:28 AEST 2016


These are already defined just like we need them in common/rules.mk

Signed-off-by: Brad Bishop <bradleyb at fuzziesquirrel.com>
---
 external/shared/Makefile | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/external/shared/Makefile b/external/shared/Makefile
index 4c31657..40ba2b9 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)
-- 
2.7.4 (Apple Git-66)



More information about the Skiboot mailing list