Skip to content

Instantly share code, notes, and snippets.

View luaraneda's full-sized avatar

Luis Araneda Mendez luaraneda

  • Santiago, Chile
View GitHub Profile
@luaraneda
luaraneda / Makefile
Created April 17, 2016 21:03
Makefile to compile a single device-tree
# Makefile to compile a single device-tree
# Main .dts file without extension
MAIN_DTS_FILE:=sun6i-a31s-sinovoip-bpi-m2
# C preprocessor flags (for dts parsing)
DTS_CPP_FLAGS := -nostdinc -Iinclude -undef -D__DTS__ -x assembler-with-cpp
## Targets