summaryrefslogtreecommitdiffstats
path: root/host-patch/beagleboard/Makefile
diff options
context:
space:
mode:
authorFelix Richter <Felix.Richter@syntax-fehler.de>2011-05-27 13:53:14 +0200
committerFelix Richter <Felix.Richter@syntax-fehler.de>2011-05-27 13:53:14 +0200
commitce9ed19b3b6ed9b49690e1a84a94190922000abf (patch)
treefdf01a81bcb9e1f4c5c5c78171cdcb54d7367810 /host-patch/beagleboard/Makefile
parenteaca1684da22a3560e7f32da9f08e7549e74600e (diff)
parenta6563e5a9c554aa5d08c11f645815fb25deb8bcd (diff)
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'host-patch/beagleboard/Makefile')
-rw-r--r--host-patch/beagleboard/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/host-patch/beagleboard/Makefile b/host-patch/beagleboard/Makefile
new file mode 100644
index 00000000..55952104
--- /dev/null
+++ b/host-patch/beagleboard/Makefile
@@ -0,0 +1,9 @@
+.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