summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-nexell/config.mk
blob: 7b0662699c4cb26b58bd7cf74fd3ba3797fdd243 (plain)
1
2
3
4
5
6
7
8
9
10
11
#
# (C) Copyright 2016 Nexell
# junghyun kim<jhkim@nexell.co.kr>
#
# SPDX-License-Identifier:      GPL-2.0+
#

SOCDIR=CPUDIR/$(VENDOR)
MACHDIR=$(patsubst %,arch/arm/mach-%,$(machine-y))

LDPPFLAGS += -DMACHDIR=$(MACHDIR) -DSOCDIR=$(SOCDIR)