summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6ebfb50f..b40c8b32 100644
--- a/Makefile
+++ b/Makefile
@@ -142,7 +142,6 @@ supported."; \
-p $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/tpm \
-p $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/initramfs \
-p $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/busybox \
- -p $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/splashy \
-p $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/squashfs \
-p $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/ramfstools \
-p $(SLX_BUILD_PATH)$(SLX_PRIVATE_PATH)/config/default/initramfs \
@@ -204,7 +203,6 @@ supported."; \
$(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/busybox/; \
cp -pP tools/{ddcprobe,915resolution}{,.x86_64,.i586} \
$(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/ramfstools; \
- cp -p tools/splashy{,_update} $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/splashy/; \
cp -p tools/mksquashfs $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/squashfs/; \
cd initramfs/tpm; tar --exclude=.svn -cp * | \
tar -xp -C $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/tpm/; \