cdsteinkuehler / beaglebone-universal-io

Device tree overlay and support scripts for using most available hardware I/O on the BeagleBone without editing dts files or rebuilding the kernel
GNU General Public License v2.0
127 stars 54 forks source link

changes to Makefile for crosscompile #26

Closed MartinVoelz closed 9 years ago

MartinVoelz commented 9 years ago

Changes to Makefile for a crosscompile environment. Added conditional variable assignment operator ?= Added mkdir for FIRMWAREPATH and PREFIX Usage: export FIRMWAREPATH="../KERNEL/lib/firmware" export PREFIX="../KERNEL/usr/bin" make make install

cdsteinkuehler commented 9 years ago

Thanks for the help!