summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rwxr-xr-xtools/ddcprobe.x86_64bin575853 -> 0 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a027ed4b..6747fec1 100644
--- a/Makefile
+++ b/Makefile
@@ -206,7 +206,7 @@ supported."; \
tar -xp -C $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share; \
cp -pP tools/busybox{,.x86_64,.i586} \
$(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/busybox/; \
- cp -pP tools/{ddcprobe,915resolution}{,.x86_64,.i586} \
+ cp -pP tools/{ddcprobe,915resolution}{,.i586} \
$(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/ramfstools; \
cp -p tools/mksquashfs $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/squashfs/; \
tar --exclude=.svn -cp -C initramfs tpm | \
diff --git a/tools/ddcprobe.x86_64 b/tools/ddcprobe.x86_64
deleted file mode 100755
index 5c3d1daf..00000000
--- a/tools/ddcprobe.x86_64
+++ /dev/null
Binary files differ