Commit b520c9bf authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Initial commit

parents
all:
tar xf dtc-1.4.6.tar.gz
$(MAKE) -C dtc-1.4.6
if [[ ! "$(BUILD_OPTIONS)" =~ no-tests ]] ; then \
$(MAKE) -C dtc-1.4.6 check ; \
fi
$(MAKE) -C dtc-1.4.6 PREFIX=/usr install
rm -rf dtc-1.4.6
bin
/usr/bin/.*
headers
/usr/include/.*
lib
/usr/lib/libfdt.*
/usr/lib/python2.7/site-packages/.*\.egg-info
/usr/lib/python2.7/site-packages/.*\.so
/usr/lib/python2.7/site-packages/pylibfdt/.*\.py
bytecode
/usr/lib/.*\.pyc
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment