summaryrefslogtreecommitdiffstats
path: root/host-patch/beagleboard/Makefile
diff options
context:
space:
mode:
authortv <tv@also>2011-05-28 14:34:33 +0200
committertv <tv@also>2011-05-28 14:34:33 +0200
commit937099fb6d2360129ab3fa5d698bd5c70d14e6d5 (patch)
treef16fc0b899b7ee0f7510f0847450c455d2488848 /host-patch/beagleboard/Makefile
parent922cc67c0080c6ed42ca4f5fee4e5ad898c79462 (diff)
infest: Major Refactoring
Diffstat (limited to 'host-patch/beagleboard/Makefile')
-rw-r--r--host-patch/beagleboard/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/host-patch/beagleboard/Makefile b/host-patch/beagleboard/Makefile
deleted file mode 100644
index 55952104..00000000
--- a/host-patch/beagleboard/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-.PHONY: all
-all: select-target
-
-patchfile:
- diff /krebs/etc/profile /etc/profile > profile.patch || true
-
-patch:
- cd /;\
- patch -p0 < /krebs/host-patch/beagleboard/profile.patch