Skip to content

Instantly share code, notes, and snippets.

@ensc
Created March 13, 2018 17:03
Show Gist options
  • Select an option

  • Save ensc/dfc57bf08f4fbc07332beab2e0f441d0 to your computer and use it in GitHub Desktop.

Select an option

Save ensc/dfc57bf08f4fbc07332beab2e0f441d0 to your computer and use it in GitHub Desktop.
# --*- makefile -*--
WORKSPACE_DIR := $(abspath $(dir $(lastword $(MAKEFILE_LIST))))
DEPLOY_DIR ?= ${WORKSPACE_DIR}/../build/deploy
MACHINE ?= phyboard-nunki-imx6-3
_BUILDVAR_STYLE := kernel
include ${DEPLOY_DIR}/buildvars/${MACHINE}/linux-mainline.mk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment