summaryrefslogtreecommitdiff
path: root/targets/qemu-arm64/Makefile
blob: b7bfb7c81e6ddbdba8a069d8677e6351694ee22b (plain)
1
2
3
4
5
6
7
8
9
10
BUILDSYS_ROOT   ?=$(abspath ../../)

# Define this current target directory.
BUILDSYS_TARGET_CONF := $(abspath $(PWD))

TARGET:=$(shell basename $(BUILDSYS_TARGET_CONF))

# Pull in the main makefile for packages
include $(BUILDSYS_ROOT)/build-common/Makefile